Uses of Class
org.apache.cxf.sts.rest.RESTSecurityTokenService.Action
-
Packages that use RESTSecurityTokenService.Action Package Description org.apache.cxf.sts.rest -
-
Uses of RESTSecurityTokenService.Action in org.apache.cxf.sts.rest
Methods in org.apache.cxf.sts.rest that return RESTSecurityTokenService.Action Modifier and Type Method Description static RESTSecurityTokenService.ActionRESTSecurityTokenService.Action. valueOf(String name)Returns the enum constant of this type with the specified name.static RESTSecurityTokenService.Action[]RESTSecurityTokenService.Action. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cxf.sts.rest with parameters of type RESTSecurityTokenService.Action Modifier and Type Method Description javax.ws.rs.core.ResponseRESTSecurityTokenService. getToken(RESTSecurityTokenService.Action action, RequestSecurityTokenType request)javax.ws.rs.core.ResponseRESTSecurityTokenServiceImpl. getToken(RESTSecurityTokenService.Action action, RequestSecurityTokenType request)
-