Uses of Class
org.apache.cxf.sts.request.ReceivedToken.STATE
-
Packages that use ReceivedToken.STATE Package Description 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 Modifier and Type Method Description ReceivedToken.STATEReceivedToken. getState()static ReceivedToken.STATEReceivedToken.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 Modifier and Type Method Description voidReceivedToken. setState(ReceivedToken.STATE state)
-