Uses of Class
org.bremersee.keycloak.api.model.AuthenticationExecutionExportRepresentation
Packages that use AuthenticationExecutionExportRepresentation
-
Uses of AuthenticationExecutionExportRepresentation in org.bremersee.keycloak.api.model
Methods in org.bremersee.keycloak.api.model that return AuthenticationExecutionExportRepresentationModifier and TypeMethodDescriptionAuthenticationExecutionExportRepresentation.authenticator(String authenticator) AuthenticationExecutionExportRepresentation.authenticatorConfig(String authenticatorConfig) AuthenticationExecutionExportRepresentation.authenticatorFlow(Boolean authenticatorFlow) AuthenticationExecutionExportRepresentation.autheticatorFlow(Boolean autheticatorFlow) AuthenticationExecutionExportRepresentation.requirement(String requirement) AuthenticationExecutionExportRepresentation.userSetupAllowed(Boolean userSetupAllowed) Methods in org.bremersee.keycloak.api.model that return types with arguments of type AuthenticationExecutionExportRepresentationModifier and TypeMethodDescription@Valid List<@Valid AuthenticationExecutionExportRepresentation> AuthenticationFlowRepresentation.getAuthenticationExecutions()Get authenticationExecutionsMethods in org.bremersee.keycloak.api.model with parameters of type AuthenticationExecutionExportRepresentationModifier and TypeMethodDescriptionAuthenticationFlowRepresentation.addAuthenticationExecutionsItem(AuthenticationExecutionExportRepresentation authenticationExecutionsItem) Method parameters in org.bremersee.keycloak.api.model with type arguments of type AuthenticationExecutionExportRepresentationModifier and TypeMethodDescriptionAuthenticationFlowRepresentation.authenticationExecutions(List<@Valid AuthenticationExecutionExportRepresentation> authenticationExecutions) voidAuthenticationFlowRepresentation.setAuthenticationExecutions(List<@Valid AuthenticationExecutionExportRepresentation> authenticationExecutions)