Interface SecurityDomainSingleSignOnManagementConfiguration
-
public interface SecurityDomainSingleSignOnManagementConfigurationDefines the container configuration for security domain-based single sign-on management.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Supplier<String>getIdentifierGenerator()Returns the identifier generator to be used for generating single sign-on identifiers.StringgetSecurityDomainName()Returns the name of the associated security domain
-
-
-
Method Detail
-
getSecurityDomainName
String getSecurityDomainName()
Returns the name of the associated security domain- Returns:
- a security domain name
-
-