Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Uses of Class
com.oracle.sft.api.RestAuthorizationAdapter.HTTPMethod

Packages that use RestAuthorizationAdapter.HTTPMethod
com.oracle.sft.api The SFT base communication API. 

 

Uses of RestAuthorizationAdapter.HTTPMethod in com.oracle.sft.api

 

Methods in com.oracle.sft.api that return RestAuthorizationAdapter.HTTPMethod
static RestAuthorizationAdapter.HTTPMethod RestAuthorizationAdapter.HTTPMethod.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RestAuthorizationAdapter.HTTPMethod[] RestAuthorizationAdapter.HTTPMethod.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in com.oracle.sft.api with parameters of type RestAuthorizationAdapter.HTTPMethod
<C extends Communication>
boolean
RestAuthorizationAdapter.authorize(Principal principal, RestAuthorizationAdapter.HTTPMethod method, URI uri, Class<C> communicationClass, RestAuthorizeData data)
           Determines whether the authentication id with given role and principal is allowed to do the specific REST API.

 


Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.