Apache CXF API

Uses of Class
org.apache.cxf.ws.security.tokenstore.SecurityToken.State

Packages that use SecurityToken.State
org.apache.cxf.ws.security.tokenstore   
 

Uses of SecurityToken.State in org.apache.cxf.ws.security.tokenstore
 

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

Methods in org.apache.cxf.ws.security.tokenstore with parameters of type SecurityToken.State
protected  Collection<SecurityToken> MemoryTokenStore.getTokens(SecurityToken.State state)
           
 void SecurityToken.setState(SecurityToken.State state)
           
 


Apache CXF API

Apache CXF