Uses of Class
org.keycloak.representations.idm.OAuthClientRepresentation
-
Packages that use OAuthClientRepresentation Package Description org.keycloak.representations.idm -
-
Uses of OAuthClientRepresentation in org.keycloak.representations.idm
Fields in org.keycloak.representations.idm with type parameters of type OAuthClientRepresentation Modifier and Type Field Description protected List<OAuthClientRepresentation>
RealmRepresentation. oauthClients
Deprecated.Methods in org.keycloak.representations.idm that return types with arguments of type OAuthClientRepresentation Modifier and Type Method Description List<OAuthClientRepresentation>
RealmRepresentation. getOauthClients()
Deprecated.
-