Skip navigation links

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

E27208-01


com.bharosa.vcrypt.common.data
Class OAAMSessionData

java.lang.Object
  extended by com.bharosa.vcrypt.common.data.OAAMSessionData

All Implemented Interfaces:
Serializable

public class OAAMSessionData
extends Object
implements Serializable
See Also:
Serialized Form

Field Summary
protected  boolean analyzePatterns
          Flag to indicate if autolearnin should be at this point.
protected  int authenticationStatus
          Attribute represents the authentication status.
protected  String clientApplication
          The client application of the user's session.
protected  int clientType
          The client type of the user's session.
protected  String clientVersion
          Version of the client software / browser / device etc.
protected  String externalDeviceId
          Exiernal device id if client wants to populate.
protected  boolean registerDevice
          Attribute is flag when true will result in registering the device for the user.

 

Constructor Summary
OAAMSessionData(int aAuthStatus)
           
OAAMSessionData(int aAuthStatus, boolean aRegisterDevice)
           
OAAMSessionData(int aAuthStatus, boolean aRegisterDevice, String aClientApplication, int aClientType, String aClientVersion)
           

 

Method Summary
 int getAuthenticationStatus()
           
 String getClientApplication()
           
 int getClientType()
           
 String getClientVersion()
           
 String getExternalDeviceId()
           
 boolean isAnalyzePatterns()
           
 boolean isRegisterDevice()
           
 void setAnalyzePatterns(boolean analyzePatterns)
          Method to set analyze pattern attribute.
 void setExternalDeviceId(String pExternalDeviceId)
           
 String toString()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

authenticationStatus

protected int authenticationStatus
Attribute represents the authentication status. (auth.status.enum)

registerDevice

protected boolean registerDevice
Attribute is flag when true will result in registering the device for the user.

clientApplication

protected String clientApplication
The client application of the user's session.

clientType

protected int clientType
The client type of the user's session. (client.type.enum)

clientVersion

protected String clientVersion
Version of the client software / browser / device etc.

analyzePatterns

protected boolean analyzePatterns
Flag to indicate if autolearnin should be at this point.

externalDeviceId

protected String externalDeviceId
Exiernal device id if client wants to populate.

Constructor Detail

OAAMSessionData

public OAAMSessionData(int aAuthStatus,
                       boolean aRegisterDevice,
                       String aClientApplication,
                       int aClientType,
                       String aClientVersion)
                throws Exception
Throws:
Exception

OAAMSessionData

public OAAMSessionData(int aAuthStatus)
                throws Exception
Throws:
Exception

OAAMSessionData

public OAAMSessionData(int aAuthStatus,
                       boolean aRegisterDevice)
                throws Exception
Throws:
Exception

Method Detail

getAuthenticationStatus

public int getAuthenticationStatus()
Returns:
Returns the authentication status attribute.

isRegisterDevice

public boolean isRegisterDevice()
Returns:
Returns if device is registered.

getClientType

public int getClientType()
Returns:
Returne the clientType attribute which will be one of client.type.enum.

getClientVersion

public String getClientVersion()
Returns:
Returns the value of the clientVersion. Can be null.

setAnalyzePatterns

public void setAnalyzePatterns(boolean analyzePatterns)
Method to set analyze pattern attribute.
Parameters:
analyzePatterns -

isAnalyzePatterns

public boolean isAnalyzePatterns()
Returns:
Returns the value of analyzePattern Attribute.

getClientApplication

public String getClientApplication()

toString

public String toString()
Overrides:
toString in class Object

setExternalDeviceId

public void setExternalDeviceId(String pExternalDeviceId)

getExternalDeviceId

public String getExternalDeviceId()

Skip navigation links

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

E27208-01


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