Uses of Class
org.jboss.identity.federation.saml.v2.protocol.AuthnContextComparisonType

Packages that use AuthnContextComparisonType
org.jboss.identity.federation.saml.v2.protocol   
 

Uses of AuthnContextComparisonType in org.jboss.identity.federation.saml.v2.protocol
 

Fields in org.jboss.identity.federation.saml.v2.protocol declared as AuthnContextComparisonType
protected  AuthnContextComparisonType RequestedAuthnContextType.comparison
           
 

Methods in org.jboss.identity.federation.saml.v2.protocol that return AuthnContextComparisonType
static AuthnContextComparisonType AuthnContextComparisonType.fromValue(java.lang.String v)
           
 AuthnContextComparisonType RequestedAuthnContextType.getComparison()
          Gets the value of the comparison property.
static AuthnContextComparisonType AuthnContextComparisonType.valueOf(java.lang.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're declared.
 

Methods in org.jboss.identity.federation.saml.v2.protocol with parameters of type AuthnContextComparisonType
 void RequestedAuthnContextType.setComparison(AuthnContextComparisonType value)
          Sets the value of the comparison property.
 



Copyright © 2009 JBoss Inc.. All Rights Reserved.