Interface SingleSignOnManagerConfiguration
public interface SingleSignOnManagerConfiguration
Defines the container configuration for security domain-based single sign-on management.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionReturns the identifier generator to be used for generating single sign-on identifiers.Returns the name of the associated security domain
-
Method Details
-
getSecurityDomainName
String getSecurityDomainName()Returns the name of the associated security domain- Returns:
- a security domain name
-
getIdentifierGenerator
Returns the identifier generator to be used for generating single sign-on identifiers.- Returns:
- an identifier generator
-