public interface AdministrativeFlowDescriptor extends AuthenticationProfileConfiguration
Administrative flows are essentially any feature intrinsic to the IdP itself and generally not exposed to external systems using security mechanisms that would involve the more traditional "relying party" machinery and security models. Examples include status reporting and service management features, or user self-service features.
| Modifier and Type | Method and Description |
|---|---|
String |
getLoggingId()
Get a logging ID to use when auditing this profile.
|
String |
getPolicyName()
Get the access control policy for this flow.
|
UIInfo |
getUIInfo()
Get the user interface details for this profile.
|
boolean |
isAuthenticated()
Get whether user authentication is required (default is false).
|
boolean |
isNonBrowserSupported()
Get whether this flow supports non-browser clients (default is true).
|
boolean |
resolveAttributes()
Get whether to resolve attributes during the profile (default is false).
|
getAuthenticationFlows, getDefaultAuthenticationMethods, getNameIDFormatPrecedence, getPostAuthenticationFlowsgetInboundInterceptorFlows, getOutboundInterceptorFlows, getSecurityConfigurationgetId@Nullable String getLoggingId()
boolean isNonBrowserSupported()
boolean isAuthenticated()
@Nullable UIInfo getUIInfo()
@Nullable String getPolicyName()
boolean resolveAttributes()
Copyright © 1999–2019 Shibboleth Consortium. All rights reserved.