Uses of Class
org.apache.wss4j.policy.model.SamlToken.SamlTokenType

Packages that use SamlToken.SamlTokenType
org.apache.wss4j.policy.model   
 

Uses of SamlToken.SamlTokenType in org.apache.wss4j.policy.model
 

Methods in org.apache.wss4j.policy.model that return SamlToken.SamlTokenType
 SamlToken.SamlTokenType SamlToken.getSamlTokenType()
           
static SamlToken.SamlTokenType SamlToken.SamlTokenType.lookUp(String name)
           
static SamlToken.SamlTokenType SamlToken.SamlTokenType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SamlToken.SamlTokenType[] SamlToken.SamlTokenType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.wss4j.policy.model with parameters of type SamlToken.SamlTokenType
protected  void SamlToken.setSamlTokenType(SamlToken.SamlTokenType samlTokenType)
           
 



Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.