Uses of Class
org.opensaml.saml2.core.AuthnContextComparisonTypeEnumeration

Packages that use AuthnContextComparisonTypeEnumeration
org.opensaml.saml2.core Interfaces for SAML 2.0 core specification types and elements. 
org.opensaml.saml2.core.impl Implementations of SAML 2.0 core specification types and elements. 
 

Uses of AuthnContextComparisonTypeEnumeration in org.opensaml.saml2.core
 

Fields in org.opensaml.saml2.core declared as AuthnContextComparisonTypeEnumeration
static AuthnContextComparisonTypeEnumeration AuthnContextComparisonTypeEnumeration.BETTER
          "better" comparison type.
static AuthnContextComparisonTypeEnumeration AuthnContextComparisonTypeEnumeration.EXACT
          "exact" comparison type.
static AuthnContextComparisonTypeEnumeration AuthnContextComparisonTypeEnumeration.MAXIMUM
          "maximum" comparison type.
static AuthnContextComparisonTypeEnumeration AuthnContextComparisonTypeEnumeration.MINIMUM
          "minimum" comparison type.
 

Methods in org.opensaml.saml2.core that return AuthnContextComparisonTypeEnumeration
 AuthnContextComparisonTypeEnumeration RequestedAuthnContext.getComparison()
          Gets the Comparison attribute value of the requested authn context.
 

Methods in org.opensaml.saml2.core with parameters of type AuthnContextComparisonTypeEnumeration
 void RequestedAuthnContext.setComparison(AuthnContextComparisonTypeEnumeration newComparison)
          Sets the Comparison attribute value of the requested authn context.
 

Uses of AuthnContextComparisonTypeEnumeration in org.opensaml.saml2.core.impl
 

Fields in org.opensaml.saml2.core.impl declared as AuthnContextComparisonTypeEnumeration
private  AuthnContextComparisonTypeEnumeration RequestedAuthnContextImpl.comparison
          Comparison attribute.
 

Methods in org.opensaml.saml2.core.impl that return AuthnContextComparisonTypeEnumeration
 AuthnContextComparisonTypeEnumeration RequestedAuthnContextImpl.getComparison()
          Gets the Comparison attribute value of the requested authn context.
 

Methods in org.opensaml.saml2.core.impl with parameters of type AuthnContextComparisonTypeEnumeration
 void RequestedAuthnContextImpl.setComparison(AuthnContextComparisonTypeEnumeration newComparison)
          Sets the Comparison attribute value of the requested authn context.
 



Copyright © 1999-2013. All Rights Reserved.