Skip navigation links

Oracle Fusion Middleware Access SDK Java API Reference for Oracle Access Management Access Manager
11g Release 2 (11.1.2)

E27136-01


Uses of Class
oracle.security.am.asdk.OperationNotPermittedException

Packages that use OperationNotPermittedException
oracle.security.am.asdk This is the OAM 11g version of the authentication and authorization API to be used for new development work. 

 

Uses of OperationNotPermittedException in oracle.security.am.asdk

 

Methods in oracle.security.am.asdk that throw OperationNotPermittedException
static java.lang.String UserSession.getScopedSessionToken(AccessClient aClient, java.lang.String userIdentityAssertion, java.util.Map<java.lang.String,java.lang.String> scopeDescriptor)
          Returns String object representing the scoped session token
 java.lang.String UserSession.getScopedSessionToken(java.util.Map<java.lang.String,java.lang.String> scopeDescriptor)
          Returns String object representing the scoped session token.
static java.util.Hashtable UserSession.getSessionAttributes(AccessClient aClient, java.lang.String sessionId)
          Get the attributes for the given sessionId using the specified AccessClient object.
static java.util.Hashtable UserSession.getSessionAttributes(java.lang.String sessionId)
          Get the attributes for the given sessionId
static java.util.Set UserSession.getSessionIds(AccessClient aClient, java.lang.String userId)
          Get the SessionIds of the given LDAP userid using the specified AccessClient object.
static java.util.Set UserSession.getSessionIds(java.lang.String userId)
          Get the SessionIds for the given LDAP userid.
static boolean UserSession.setSessionAttributes(AccessClient aClient, java.lang.String sessionId, java.util.Hashtable sessionDetails)
          Set the session attributes for the given sessionId using the specified AccessClient.
static boolean UserSession.setSessionAttributes(java.lang.String sessionId, java.util.Hashtable sessionDetails)
          Set the session details for the given sessionId
static void UserSession.terminateSession(AccessClient aClient, java.lang.String sessionId)
          Terminate the session of the given sessionId using the specified AccessClient object.
static void UserSession.terminateSession(java.lang.String sessionId)
          Terminate the session for the given sessionId

 


Skip navigation links

Oracle Fusion Middleware Access SDK Java API Reference for Oracle Access Management Access Manager
11g Release 2 (11.1.2)

E27136-01


Copyright © 2000, 2012, Oracle® and/or its affiliates. All rights reserved.