Uses of Enum Class
org.keycloak.dom.saml.v2.protocol.AuthnContextComparisonType
Package
Description
Package containing the classes for the protocol of SAMLv2
-
Uses of AuthnContextComparisonType in org.keycloak.broker.saml
Modifier and TypeMethodDescriptionvoid
SAMLIdentityProviderConfig.setAuthnContextComparisonType
(AuthnContextComparisonType authnContextComparisonType) -
Uses of AuthnContextComparisonType in org.keycloak.dom.saml.v2.protocol
Modifier and TypeFieldDescriptionprotected AuthnContextComparisonType
RequestedAuthnContextType.comparison
Modifier and TypeMethodDescriptionstatic AuthnContextComparisonType
RequestedAuthnContextType.getComparison()
Gets the value of the comparison property.static AuthnContextComparisonType
Returns the enum constant of this class with the specified name.static AuthnContextComparisonType[]
AuthnContextComparisonType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
RequestedAuthnContextType.setComparison
(AuthnContextComparisonType value) Sets the value of the comparison property. -
Uses of AuthnContextComparisonType in org.keycloak.saml
Modifier and TypeMethodDescriptionSAML2RequestedAuthnContextBuilder.setComparison
(AuthnContextComparisonType comparison)