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