Skip navigation links

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


Uses of Class
oracle.security.idaas.rest.common.Token

Packages that use Token
oracle.security.idaas.rest.common   
oracle.security.idaas.rest.provider.token   
oracle.security.idaas.rest.provider.token.mobile   

 

Uses of Token in oracle.security.idaas.rest.common

 

Methods in oracle.security.idaas.rest.common with parameters of type Token
 void TokenValueFormatHelper.parseTokenValueAndSetProperties(Token token)
          parse, validate the token value of the token and set the properties of the token

 

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

 

Methods in oracle.security.idaas.rest.provider.token that return Token
 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.
 Token TokenService.getToken(SecurityContext securityCtx, SubjectID subjectid)
          The getToken validates the specified Token and returns up-to-dated token.

 

Methods in oracle.security.idaas.rest.provider.token that return types with arguments of type Token
 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.
 java.util.List<Token> TokenService.getTokens(SecurityContext securityCtx, SubjectID subjectid)
          The getTokens return all the tokens belong to the owner of SubjectID.

 

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

 

Methods in oracle.security.idaas.rest.provider.token.mobile that return Token
 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)
           

 

Methods in oracle.security.idaas.rest.provider.token.mobile that return types with arguments of type Token
 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