Uses of Class
org.keycloak.representations.idm.AuthenticationFlowRepresentation
-
Packages that use AuthenticationFlowRepresentation Package Description org.keycloak.representations.idm -
-
Uses of AuthenticationFlowRepresentation in org.keycloak.representations.idm
Fields in org.keycloak.representations.idm with type parameters of type AuthenticationFlowRepresentation Modifier and Type Field Description protected List<AuthenticationFlowRepresentation>
RealmRepresentation. authenticationFlows
Methods in org.keycloak.representations.idm that return types with arguments of type AuthenticationFlowRepresentation Modifier and Type Method Description List<AuthenticationFlowRepresentation>
RealmRepresentation. getAuthenticationFlows()
Method parameters in org.keycloak.representations.idm with type arguments of type AuthenticationFlowRepresentation Modifier and Type Method Description void
RealmRepresentation. setAuthenticationFlows(List<AuthenticationFlowRepresentation> authenticationFlows)
-