Class AbstractPluginSession

java.lang.Object
oracle.security.am.plugin.impl.AbstractPluginSession
All Implemented Interfaces:
AMSession
Direct Known Subclasses:
PluginSession

public abstract class AbstractPluginSession extends Object implements AMSession
  • Constructor Details

    • AbstractPluginSession

      public AbstractPluginSession()
  • Method Details

    • setId

      public void setId<wbr>(String id)
      Parameters:
      id - the id to set
    • setApplicationId

      public void setApplicationId<wbr>(String applicationId)
      Parameters:
      applicationId - the applicationId to set
    • setSessionIndex

      public void setSessionIndex<wbr>(String sessionIndex)
      Parameters:
      sessionIndex - the sessionIndex to set
    • setAnonymous

      public void setAnonymous<wbr>(boolean anonymous)
      Parameters:
      anonymous - the anonymous to set
    • setSubject

      public void setSubject<wbr>(AMSubject subject)
      Parameters:
      subject - the subject to set
    • setSession

      public void setSession<wbr>(oracle.security.am.engines.sme.Session session)
      Parameters:
      session - the session to set
    • setCustomSessionAttributes

      public void setCustomSessionAttributes<wbr>(Map<String,<wbr>Serializable> customSessionAttributes)
      Parameters:
      customSessionAttributes - the customSessionAttributes to set
    • setImpersonatorUser

      public void setImpersonatorUser<wbr>(String impersonatorUser)
      Parameters:
      impersonatorUser - the impersonatorUser to set