Method Summary |
|
public AppConfigurationEntry | getAssertionModuleConfiguration() Create a JAAS AppConfigurationEntry (which tells JAAS
how to create the login module and how to use it) when
the JOSSO authenticator is used to complete identity
assertion (vs. |
public String | getDescription() Get the JOSSO authenticator's description. |
public IdentityAsserterV2 | getIdentityAsserter() Returns this providers identity asserter object.
null since the JOSSO authenticator doesn'tsupport identity assertion (that is, mapping a tokento a user name). |
public AppConfigurationEntry | getLoginModuleConfiguration() Create a JAAS AppConfigurationEntry (which tells JAAS
how to create the login module and how to use it) when
the JOSSO authenticator is used to authenticate (vs. |
public PrincipalValidator | getPrincipalValidator() Return the principal validator that can validate the
principals that the authenticator's login module
puts into the subject. |
public Filter[] | getServletAuthenticationFilters() |
public void | initialize(ProviderMBean mbean, SecurityServices services) Initialize the JOSSO authenticator.
Parameters: mbean - A ProviderMBean that holds the JOSSO authenticator'sconfiguration data. |
public void | shutdown() Shutdown the JOSSO authenticator. |