Skip navigation links

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

E27208-03


com.bharosa.vcrypt.common.data
Class OAAMUserData

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

All Implemented Interfaces:
Serializable

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

Field Summary
protected  String groupName
          Group name to which user is associated.
protected  String loginName
          Login name of the user, that he/she enters on the login screen(s).
protected  String userId
          UserId of the user, It is the generated id, usually not a meaningful string.

 

Constructor Summary
OAAMUserData(String aLoginName, String aGroupName)
           
OAAMUserData(String aLoginName, String aGroupName, String aUserId)
           

 

Method Summary
 String getGroupName()
           
 String getLoginName()
           
 String getUserId()
           
 String toString()
           

 

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

 

Field Detail

loginName

protected String loginName
Login name of the user, that he/she enters on the login screen(s).

groupName

protected String groupName
Group name to which user is associated. This maps to application Id in the OAAM Server.

userId

protected String userId
UserId of the user, It is the generated id, usually not a meaningful string.

Constructor Detail

OAAMUserData

public OAAMUserData(String aLoginName,
                    String aGroupName)
             throws Exception
Throws:
Exception

OAAMUserData

public OAAMUserData(String aLoginName,
                    String aGroupName,
                    String aUserId)
             throws Exception
Throws:
Exception

Method Detail

getLoginName

public String getLoginName()
Returns:
Returns the loginName.

getGroupName

public String getGroupName()
Returns:
Returns the groupName. Can be null.

getUserId

public String getUserId()
Returns:
Returns the userId. Can be null.

toString

public String toString()
Overrides:
toString in class Object

Skip navigation links

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

E27208-03


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