Uses of Class
org.keycloak.representations.idm.CredentialRepresentation
-
Packages that use CredentialRepresentation Package Description org.keycloak.representations.account org.keycloak.representations.idm -
-
Uses of CredentialRepresentation in org.keycloak.representations.account
Methods in org.keycloak.representations.account that return CredentialRepresentation Modifier and Type Method Description CredentialRepresentationCredentialMetadataRepresentation. getCredential()Methods in org.keycloak.representations.account with parameters of type CredentialRepresentation Modifier and Type Method Description voidCredentialMetadataRepresentation. setCredential(CredentialRepresentation credential) -
Uses of CredentialRepresentation in org.keycloak.representations.idm
Fields in org.keycloak.representations.idm with type parameters of type CredentialRepresentation Modifier and Type Field Description protected List<CredentialRepresentation>UserRepresentation. credentialsMethods in org.keycloak.representations.idm that return types with arguments of type CredentialRepresentation Modifier and Type Method Description List<CredentialRepresentation>UserRepresentation. getCredentials()Method parameters in org.keycloak.representations.idm with type arguments of type CredentialRepresentation Modifier and Type Method Description voidUserRepresentation. setCredentials(List<CredentialRepresentation> credentials)
-