Uses of Class
org.bremersee.keycloak.api.model.AuthenticationFlowRepresentation
Packages that use AuthenticationFlowRepresentation
-
Uses of AuthenticationFlowRepresentation in org.bremersee.keycloak.api.model
Methods in org.bremersee.keycloak.api.model that return AuthenticationFlowRepresentationModifier and TypeMethodDescriptionAuthenticationFlowRepresentation.addAuthenticationExecutionsItem(AuthenticationExecutionExportRepresentation authenticationExecutionsItem) AuthenticationFlowRepresentation.authenticationExecutions(List<@Valid AuthenticationExecutionExportRepresentation> authenticationExecutions) AuthenticationFlowRepresentation.description(String description) AuthenticationFlowRepresentation.providerId(String providerId) Methods in org.bremersee.keycloak.api.model that return types with arguments of type AuthenticationFlowRepresentationModifier and TypeMethodDescription@Valid List<@Valid AuthenticationFlowRepresentation> RealmRepresentation.getAuthenticationFlows()Get authenticationFlowsMethods in org.bremersee.keycloak.api.model with parameters of type AuthenticationFlowRepresentationModifier and TypeMethodDescriptionRealmRepresentation.addAuthenticationFlowsItem(AuthenticationFlowRepresentation authenticationFlowsItem) Method parameters in org.bremersee.keycloak.api.model with type arguments of type AuthenticationFlowRepresentationModifier and TypeMethodDescriptionRealmRepresentation.authenticationFlows(List<@Valid AuthenticationFlowRepresentation> authenticationFlows) voidRealmRepresentation.setAuthenticationFlows(List<@Valid AuthenticationFlowRepresentation> authenticationFlows)