Apache CXF API

Uses of Class
org.apache.cxf.ws.security.policy.SPConstants.SupportTokenType

Packages that use SPConstants.SupportTokenType
org.apache.cxf.ws.security.policy   
org.apache.cxf.ws.security.policy.model   
 

Uses of SPConstants.SupportTokenType in org.apache.cxf.ws.security.policy
 

Methods in org.apache.cxf.ws.security.policy that return SPConstants.SupportTokenType
static SPConstants.SupportTokenType SPConstants.SupportTokenType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SPConstants.SupportTokenType[] SPConstants.SupportTokenType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of SPConstants.SupportTokenType in org.apache.cxf.ws.security.policy.model
 

Methods in org.apache.cxf.ws.security.policy.model that return SPConstants.SupportTokenType
 SPConstants.SupportTokenType SupportingToken.getTokenType()
           
 

Methods in org.apache.cxf.ws.security.policy.model with parameters of type SPConstants.SupportTokenType
 void SupportingToken.setTokenType(SPConstants.SupportTokenType t)
           
 

Constructors in org.apache.cxf.ws.security.policy.model with parameters of type SPConstants.SupportTokenType
SupportingToken(SPConstants.SupportTokenType type, SPConstants version, PolicyBuilder b)
           
 


Apache CXF API

Apache CXF