Package | Description |
---|---|
org.picketlink.identity.federation.saml.v2.protocol |
Package containing the classes for the protocol of SAMLv2
|
Modifier and Type | Field and Description |
---|---|
protected AuthnContextComparisonType |
RequestedAuthnContextType.comparison |
Modifier and Type | Method and Description |
---|---|
static AuthnContextComparisonType |
AuthnContextComparisonType.fromValue(String v) |
AuthnContextComparisonType |
RequestedAuthnContextType.getComparison()
Gets the value of the comparison property.
|
static AuthnContextComparisonType |
AuthnContextComparisonType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthnContextComparisonType[] |
AuthnContextComparisonType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestedAuthnContextType.setComparison(AuthnContextComparisonType value)
Sets the value of the comparison property.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.