Uses of Interface
com.sap.xsa.security.container.XSTokenRequest
-
-
Uses of XSTokenRequest in com.sap.xsa.security.container
Methods in com.sap.xsa.security.container that return XSTokenRequest Modifier and Type Method Description XSTokenRequestXSTokenRequest. setAdditionalAuthorizationAttributes(Map<String,String> additionalAuthorizationAttributes)Sets the requested additional authorization attributes list for this token request.XSTokenRequestXSTokenRequest. setClientId(String clientId)Sets the OAuth 2.0 client ID to be used for authentication during the token requestXSTokenRequestXSTokenRequest. setClientSecret(String clientSecret)Sets the OAuth 2.0 client secret to be used for authentication during the token requestXSTokenRequestXSTokenRequest. setTokenEndpoint(URI tokenEndpoint)Set the token endpoint URIXSTokenRequestXSTokenRequest. setType(int type)Set the requested token typeMethods in com.sap.xsa.security.container with parameters of type XSTokenRequest Modifier and Type Method Description StringXSUserInfo. requestToken(XSTokenRequest tokenRequest)Deprecated.can be replaced with token flows from the token-client library.
-