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.RESTMethodNotAllowedException

Packages that use RESTMethodNotAllowedException
oracle.security.idaas.rest.provider.token   
oracle.security.idaas.rest.provider.token.mobile   

 

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

 

Methods in oracle.security.idaas.rest.provider.token that throw RESTMethodNotAllowedException
 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.
 java.util.List<Token> TokenService.getAllTokens(SecurityContext securityCtx, SubjectID subjectid)
          The getAllTokens return all the tokens belong to the system.
 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 RESTMethodNotAllowedException in oracle.security.idaas.rest.provider.token.mobile

 

Methods in oracle.security.idaas.rest.provider.token.mobile that throw RESTMethodNotAllowedException
 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