Uses of Class
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol.AuthnContextComparisonType
-
Packages that use AuthnContextComparisonType Package Description org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol -
-
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 AuthnContextComparisonType Modifier and Type Field Description protected AuthnContextComparisonTypeRequestedAuthnContextType. comparisonMethods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol that return AuthnContextComparisonType Modifier and Type Method Description static AuthnContextComparisonTypeAuthnContextComparisonType. fromValue(String v)AuthnContextComparisonTypeRequestedAuthnContextType. getComparison()Gets the value of the comparison property.static AuthnContextComparisonTypeAuthnContextComparisonType. 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.Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol with parameters of type AuthnContextComparisonType Modifier and Type Method Description voidRequestedAuthnContextType. setComparison(AuthnContextComparisonType value)Sets the value of the comparison property.
-