| Package | Description |
|---|---|
| net.shibboleth.idp.attribute.consent |
| Modifier and Type | Field and Description |
|---|---|
private ConsentContext.Consent |
ConsentContext.consentDecision
The decision determined by the consent engine.
|
| Modifier and Type | Method and Description |
|---|---|
ConsentContext.Consent |
ConsentContext.getConsentDecision()
Gets the consent decision established by the user.
|
static ConsentContext.Consent |
ConsentContext.Consent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsentContext.Consent[] |
ConsentContext.Consent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConsentContext.setConsentDecision(ConsentContext.Consent decision)
Sets the consent decision established by the user.
|
Copyright © 1999–2014. All rights reserved.