Apache CXF API

Uses of Class
org.apache.cxf.sts.request.ReceivedToken.STATE

Packages that use ReceivedToken.STATE
org.apache.cxf.sts.request   
 

Uses of ReceivedToken.STATE in org.apache.cxf.sts.request
 

Methods in org.apache.cxf.sts.request that return ReceivedToken.STATE
 ReceivedToken.STATE ReceivedToken.getState()
           
static ReceivedToken.STATE ReceivedToken.STATE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ReceivedToken.STATE[] ReceivedToken.STATE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.cxf.sts.request with parameters of type ReceivedToken.STATE
 void ReceivedToken.setState(ReceivedToken.STATE state)
           
 


Apache CXF API

Apache CXF