|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The AuthenticationProvider interface exposes the services provided by an
Authentication provider to the WebLogic Security Framework. This allows the
Authentication provider to be manipulated (initialized, started, stopped, and
so on).
| Method Summary | |
javax.security.auth.login.AppConfigurationEntry |
getAssertionModuleConfiguration()
Gets the AppConfigurationEntry for the associated
Identity Assertion provider's JAAS LoginModule. |
IdentityAsserter |
getIdentityAsserter()
Gets this Authentication provider's associated Identity Assertion provider. |
javax.security.auth.login.AppConfigurationEntry |
getLoginModuleConfiguration()
Gets the AppConfigurationEntry for this
Authentication provider's JAAS LoginModule. |
PrincipalValidator |
getPrincipalValidator()
Gets this Authentication provider's associated Principal Validation provider. |
| Methods inherited from interface weblogic.security.spi.SecurityProvider |
getDescription,
initialize,
shutdown |
| Method Detail |
public javax.security.auth.login.AppConfigurationEntry getLoginModuleConfiguration()
AppConfigurationEntry for this
Authentication provider's JAAS LoginModule.
public javax.security.auth.login.AppConfigurationEntry getAssertionModuleConfiguration()
AppConfigurationEntry for the associated
Identity Assertion provider's JAAS LoginModule.
public PrincipalValidator getPrincipalValidator()
public IdentityAsserter getIdentityAsserter()
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs70 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||