Uses of Class
org.apache.wss4j.policy.model.RelToken.RelTokenType

Packages that use RelToken.RelTokenType
org.apache.wss4j.policy.model   
 

Uses of RelToken.RelTokenType in org.apache.wss4j.policy.model
 

Methods in org.apache.wss4j.policy.model that return RelToken.RelTokenType
 RelToken.RelTokenType RelToken.getRelTokenType()
           
static RelToken.RelTokenType RelToken.RelTokenType.lookUp(String name)
           
static RelToken.RelTokenType RelToken.RelTokenType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RelToken.RelTokenType[] RelToken.RelTokenType.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 RelToken.RelTokenType
protected  void RelToken.setRelTokenType(RelToken.RelTokenType relTokenType)
           
 



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