Class PluginSession

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

public class PluginSession extends AbstractPluginSession
  • Constructor Details

    • PluginSession

      public PluginSession()
  • Method Details

    • getApplicationId

      public String getApplicationId()
      Description copied from interface: AMSession
      Application id will be an optional property. Application id may be required to pass to the client side to establish a client session.
    • getAuthnSubject

      public AMSubject getAuthnSubject()
      Description copied from interface: AMSession
      If the authentication succeeds the the subject will be set as the response. subject will be required to create a SSO session.
      Returns:
      the subject
    • getCreationInstant

      public Date getCreationInstant()
      Description copied from interface: AMSession
      Method returns the creation instant for this session object.
      Returns:
      creation instant
    • getCustomSessionAttributes

      public Map<String,<wbr>Serializable> getCustomSessionAttributes()
      Description copied from interface: AMSession
      Gets the custom session attributes.
      Returns:
      the custom session attributes
    • getExpiryInstant

      public Date getExpiryInstant()
      Description copied from interface: AMSession
      Method returns the expire instant for this session.
      Returns:
      expire instant.
    • getId

      public String getId()
      Description copied from interface: AMSession
      Returns the session id value.
      Returns:
      the id
    • getImpersonatorUser

      public String getImpersonatorUser()
      Description copied from interface: AMSession
      Gets the impersonator user.
      Returns:
      the impersonator user
    • getLastAccessTime

      public Date getLastAccessTime()
      Description copied from interface: AMSession
      Method returns the time the session was last accessed.
      Returns:
      last accessTime;
    • getLastUpdateTime

      public Date getLastUpdateTime()
      Description copied from interface: AMSession
      Method returns the time the session was last updated.
      Returns:
      last update time.
    • getSessionIndex

      public String getSessionIndex()
      Description copied from interface: AMSession
      SessionIndex will be used to identity different session for the same user.This will be used by SME to create a user session.
      Returns:
      the session index
    • isAnonymous

      public boolean isAnonymous()
      Description copied from interface: AMSession
      Checks if the scheme is anonymous or not.
      Returns:
      the anonymous
    • isImpersonating

      public boolean isImpersonating()
      Description copied from interface: AMSession
      If this is an impersonating session, return true.
      Returns:
      true, if is impersonating