Uses of Class
org.jboss.identity.federation.saml.v2.ac.classes.secureremotepassword.MediumType

Packages that use MediumType
org.jboss.identity.federation.saml.v2.ac.classes.secureremotepassword   
 

Uses of MediumType in org.jboss.identity.federation.saml.v2.ac.classes.secureremotepassword
 

Fields in org.jboss.identity.federation.saml.v2.ac.classes.secureremotepassword declared as MediumType
protected  MediumType KeyStorageType.medium
           
 

Methods in org.jboss.identity.federation.saml.v2.ac.classes.secureremotepassword that return MediumType
static MediumType MediumType.fromValue(java.lang.String v)
           
 MediumType KeyStorageType.getMedium()
          Gets the value of the medium property.
static MediumType MediumType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MediumType[] MediumType.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.ac.classes.secureremotepassword with parameters of type MediumType
 void KeyStorageType.setMedium(MediumType value)
          Sets the value of the medium property.
 



Copyright © 2009 JBoss Inc.. All Rights Reserved.