Uses of Enum Class
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol.AuthnContextComparisonType
Packages that use AuthnContextComparisonType
-
Uses of AuthnContextComparisonType in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol
Fields in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol declared as AuthnContextComparisonTypeModifier and TypeFieldDescriptionprotected AuthnContextComparisonType
RequestedAuthnContextType.comparison
Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol that return AuthnContextComparisonTypeModifier 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.Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol with parameters of type AuthnContextComparisonTypeModifier and TypeMethodDescriptionvoid
RequestedAuthnContextType.setComparison
(AuthnContextComparisonType value) Sets the value of the comparison property.