Uses of Class
org.bremersee.keycloak.api.model.UserConsentRepresentation
Packages that use UserConsentRepresentation
-
Uses of UserConsentRepresentation in org.bremersee.keycloak.api.model
Methods in org.bremersee.keycloak.api.model that return UserConsentRepresentationModifier and TypeMethodDescriptionUserConsentRepresentation.addGrantedClientScopesItem(String grantedClientScopesItem) UserConsentRepresentation.addGrantedRealmRolesItem(String grantedRealmRolesItem) UserConsentRepresentation.createdDate(Long createdDate) UserConsentRepresentation.grantedClientScopes(List<String> grantedClientScopes) UserConsentRepresentation.grantedRealmRoles(List<String> grantedRealmRoles) UserConsentRepresentation.lastUpdatedDate(Long lastUpdatedDate) Methods in org.bremersee.keycloak.api.model that return types with arguments of type UserConsentRepresentationModifier and TypeMethodDescription@Valid List<@Valid UserConsentRepresentation> MemberRepresentation.getClientConsents()Get clientConsents@Valid List<@Valid UserConsentRepresentation> UserRepresentation.getClientConsents()Get clientConsentsMethods in org.bremersee.keycloak.api.model with parameters of type UserConsentRepresentationModifier and TypeMethodDescriptionMemberRepresentation.addClientConsentsItem(UserConsentRepresentation clientConsentsItem) UserRepresentation.addClientConsentsItem(UserConsentRepresentation clientConsentsItem) Method parameters in org.bremersee.keycloak.api.model with type arguments of type UserConsentRepresentationModifier and TypeMethodDescriptionMemberRepresentation.clientConsents(List<@Valid UserConsentRepresentation> clientConsents) UserRepresentation.clientConsents(List<@Valid UserConsentRepresentation> clientConsents) voidMemberRepresentation.setClientConsents(List<@Valid UserConsentRepresentation> clientConsents) voidUserRepresentation.setClientConsents(List<@Valid UserConsentRepresentation> clientConsents)