Uses of Enum Class
org.keycloak.dom.saml.v2.protocol.AuthnContextComparisonType
Packages that use AuthnContextComparisonType
Package
Description
Package containing the classes for the protocol of SAMLv2
-
Uses of AuthnContextComparisonType in org.keycloak.broker.saml
Methods in org.keycloak.broker.saml that return AuthnContextComparisonTypeMethods in org.keycloak.broker.saml with parameters of type AuthnContextComparisonTypeModifier and TypeMethodDescriptionvoidSAMLIdentityProviderConfig.setAuthnContextComparisonType(AuthnContextComparisonType authnContextComparisonType) -
Uses of AuthnContextComparisonType in org.keycloak.dom.saml.v2.protocol
Fields in org.keycloak.dom.saml.v2.protocol declared as AuthnContextComparisonTypeModifier and TypeFieldDescriptionprotected AuthnContextComparisonTypeRequestedAuthnContextType.comparisonMethods in org.keycloak.dom.saml.v2.protocol that return AuthnContextComparisonTypeModifier and TypeMethodDescriptionstatic AuthnContextComparisonTypeRequestedAuthnContextType.getComparison()Gets the value of the comparison property.static AuthnContextComparisonTypeReturns 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.Methods in org.keycloak.dom.saml.v2.protocol with parameters of type AuthnContextComparisonTypeModifier and TypeMethodDescriptionvoidRequestedAuthnContextType.setComparison(AuthnContextComparisonType value) Sets the value of the comparison property. -
Uses of AuthnContextComparisonType in org.keycloak.saml
Methods in org.keycloak.saml with parameters of type AuthnContextComparisonTypeModifier and TypeMethodDescriptionSAML2RequestedAuthnContextBuilder.setComparison(AuthnContextComparisonType comparison)