Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Access Management Mobile and Social


Uses of Class
oracle.security.idaas.rest.provider.common.exception.RESTBadRequestException

Packages that use RESTBadRequestException
oracle.security.idaas.rest.provider.authorization   
oracle.security.idaas.rest.provider.token   
oracle.security.idaas.rest.provider.token.mobile   

 

Uses of RESTBadRequestException in oracle.security.idaas.rest.provider.authorization

 

Methods in oracle.security.idaas.rest.provider.authorization that throw RESTBadRequestException
 java.util.Map<java.lang.String,java.lang.String> AuthorizationService.authorize(SecurityContext securityCtx, SubjectID subjectid, oracle.security.idaas.rest.common.Action action, oracle.security.idaas.rest.common.Resource resource, java.util.Map queryParams)
          Authorize the end user's privilege on the resource for specified action.

 

Uses of RESTBadRequestException in oracle.security.idaas.rest.provider.token

 

Methods in oracle.security.idaas.rest.provider.token that throw RESTBadRequestException
 Token TokenService.createAccessToken(SecurityContext securityCtx, SubjectID token, java.util.Map<java.lang.String,java.lang.Object> reqParams)
          The createAccessToken will create Access Token with User token and/or Client Identity together with provider specific parameters (such as resource context).
 Token TokenService.createToken(SecurityContext securityCtx, SubjectID subject, java.lang.String tokenType, java.util.Map<java.lang.String,java.lang.Object> reqParams)
          The createToken will authenticate credential.
 java.util.List<Token> TokenService.createTokens(SecurityContext securityCtx, SubjectID subject, java.util.List<java.lang.String> tokenTypes, java.util.Map<java.lang.String,java.lang.Object> reqParams)
          The createTokens will authenticate credential.
 Token TokenService.getToken(SecurityContext securityCtx, SubjectID subjectid)
          The getToken validates the specified Token and returns up-to-dated token.
 java.util.List<Token> TokenService.getTokens(SecurityContext securityCtx, SubjectID subjectid)
          The getTokens return all the tokens belong to the owner of SubjectID.
 boolean TokenService.terminateToken(SecurityContext securityCtx, SubjectID subject)
          Invalidates a Token.
 boolean TokenService.terminateTokens(SecurityContext securityCtx, SubjectID subjectid)
          The terminateTokens invalidates all the tokens belong to the owner of SubjectID.
 void TokenService.updateSessionAttributes(SecurityContext securityCtx, SubjectID subject, java.util.Map<java.lang.String,java.lang.Object> tokenAttributes)
          Updates Token attributes.

 

Uses of RESTBadRequestException in oracle.security.idaas.rest.provider.token.mobile

 

Methods in oracle.security.idaas.rest.provider.token.mobile that throw RESTBadRequestException
 Token MobileCompositeTokenServiceProvider.createAccessToken(SecurityContext securityCtx, SubjectID token, java.util.Map<java.lang.String,java.lang.Object> reqParams)
           
 Token MobileCompositeTokenServiceProvider.createToken(SecurityContext securityCtx, SubjectID subject, java.lang.String tokenType, java.util.Map<java.lang.String,java.lang.Object> reqParams)
           
 java.util.List<Token> MobileCompositeTokenServiceProvider.createTokens(SecurityContext securityCtx, SubjectID subject, java.util.List<java.lang.String> tokenTypes, java.util.Map<java.lang.String,java.lang.Object> reqParams)
           

 


Skip navigation links

Copyright (c) 2012,
Oracle All Rights Reserved.
Built 06/05/2012 17:18:07 PDT