PicketLink Federation Core 2.1.6.Final-redhat-2

Uses of Class
org.picketlink.identity.federation.saml.v2.metadata.KeyTypes

Packages that use KeyTypes
org.picketlink.identity.federation.saml.v2.metadata   
 

Uses of KeyTypes in org.picketlink.identity.federation.saml.v2.metadata
 

Fields in org.picketlink.identity.federation.saml.v2.metadata declared as KeyTypes
protected  KeyTypes KeyDescriptorType.use
           
 

Methods in org.picketlink.identity.federation.saml.v2.metadata that return KeyTypes
static KeyTypes KeyTypes.fromValue(String v)
           
 KeyTypes KeyDescriptorType.getUse()
          Gets the value of the use property.
static KeyTypes KeyTypes.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static KeyTypes[] KeyTypes.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.picketlink.identity.federation.saml.v2.metadata with parameters of type KeyTypes
 void KeyDescriptorType.setUse(KeyTypes value)
          Sets the value of the use property.
 


PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.