Skip navigation links

Oracle Access Manager Access SDK Java API Reference
11g Release 1 (11.1.1)

E22472-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.util.Hashtable UserSession.getSessionAttributes(AccessClient aClient, java.lang.String sessionId)
          To get the attributes for the given sessionId using the specified AccessClient object.
static java.util.Hashtable UserSession.getSessionAttributes(java.lang.String sessionId)
          To get the attributes for the given sessionId
static java.util.Set UserSession.getSessionIds(AccessClient aClient, java.lang.String userId)
          To get the SessionIds of the given LDAP userid using the specified AccessClient object.
static java.util.Set UserSession.getSessionIds(java.lang.String userId)
          To get the SessionIds for the given LDAP userid.
static boolean UserSession.setSessionAttributes(AccessClient aClient, java.lang.String sessionId, java.util.Hashtable sessionDetails)
          To update the details for the given sessionId using the specified AccessClient object.
static boolean UserSession.setSessionAttributes(java.lang.String sessionId, java.util.Hashtable sessionDetails)
          To update the details for the given sessionId
static void UserSession.terminateSession(AccessClient aClient, java.lang.String sessionId)
          To terminate the Session of the given sessionId using the specified AccessClient object.
static void UserSession.terminateSession(java.lang.String sessionId)
          To terminate the Session for the given sessionId

 


Skip navigation links

Oracle Access Manager Access SDK Java API Reference
11g Release 1 (11.1.1)

E22472-01


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