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 |
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) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.