public interface AuthenticationProfileConfiguration extends ProfileConfiguration
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getAuthenticationFlows()
Get the allowable authentication flows for this profile.
|
List<Principal> |
getDefaultAuthenticationMethods()
Get the default authentication methods to use, expressed as custom principals.
|
List<String> |
getNameIDFormatPrecedence()
Get the name identifier formats to use with this relying party, in order of preference.
|
getInboundSubflowId, getOutboundSubflowId, getSecurityConfiguration@Nonnull @NonnullElements @NotLive @Unmodifiable List<Principal> getDefaultAuthenticationMethods()
@Nonnull @NonnullElements @NotLive @Unmodifiable Set<String> getAuthenticationFlows()
Copyright © 1999–2014. All rights reserved.