Package | Description |
---|---|
javax.security.auth.message.config |
This package defines the interfaces implemented by JSR 196 compatible configuration
systems.
|
org.jboss.security |
The basic security interfaces and classes are now located in the
jbosssx module.
|
org.jboss.security.auth.message.config | |
org.jboss.wsf.stack.cxf.jaspi | |
org.jboss.wsf.stack.cxf.jaspi.config |
Modifier and Type | Method and Description |
---|---|
ServerAuthContext |
ServerAuthConfig.getAuthContext(String authContextID,
Subject serviceSubject,
Map properties)
Get a ServerAuthContext instance from this ServerAuthConfig.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GeneralizedAuthenticationManager
Marker interface that combines the legacy AuthenticationManager
and the new JASPI (JSR-196) ServerAuthContext interfaces
|
Modifier and Type | Class and Description |
---|---|
class |
JBossServerAuthContext
Default Server Authentication Context
|
Modifier and Type | Method and Description |
---|---|
ServerAuthContext |
JBossServerAuthConfig.getAuthContext(String authContextID,
Subject serviceSubject,
Map properties) |
Constructor and Description |
---|
JaspiServerAuthenticator(ServerAuthContext sctx) |
Modifier and Type | Class and Description |
---|---|
class |
JBossWSServerAuthContext |
Modifier and Type | Method and Description |
---|---|
ServerAuthContext |
JBossWSServerAuthConfig.getAuthContext(String authContextID,
Subject serviceSubject,
Map properties) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.