Package oracle.security.am.asdk
Interface ObUserSessionInterface
public interface ObUserSessionInterface
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the status of the session, such as logged out, logged in, login failed, or expiredReturns the DN of the user's profile entry in the a user directory
-
Method Details
-
getUserIdentity
Returns the DN of the user's profile entry in the a user directory- Throws:
ObAccessException
-
getStatus
int getStatus()Returns the status of the session, such as logged out, logged in, login failed, or expired- Returns:
- status information for the authenticated user
-