Package | Description |
---|---|
org.keycloak.models.jpa.entities |
Modifier and Type | Field and Description |
---|---|
protected UserConsentEntity |
UserConsentRoleEntity.userConsent |
protected UserConsentEntity |
UserConsentRoleEntity.Key.userConsent |
protected UserConsentEntity |
UserConsentProtocolMapperEntity.userConsent |
protected UserConsentEntity |
UserConsentProtocolMapperEntity.Key.userConsent |
Modifier and Type | Method and Description |
---|---|
UserConsentEntity |
UserConsentRoleEntity.getUserConsent() |
UserConsentEntity |
UserConsentRoleEntity.Key.getUserConsent() |
UserConsentEntity |
UserConsentProtocolMapperEntity.getUserConsent() |
UserConsentEntity |
UserConsentProtocolMapperEntity.Key.getUserConsent() |
Modifier and Type | Method and Description |
---|---|
void |
UserConsentRoleEntity.setUserConsent(UserConsentEntity userConsent) |
void |
UserConsentProtocolMapperEntity.setUserConsent(UserConsentEntity userConsent) |
Constructor and Description |
---|
Key(UserConsentEntity userConsent,
String roleId) |
Key(UserConsentEntity userConsent,
String protocolMapperId) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.