Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.security
Class BIUser

java.lang.Object
  |
  +--oracle.dss.security.BIUser
All Implemented Interfaces:
java.io.Serializable, User

public class BIUser
extends java.lang.Object
implements User, java.io.Serializable

Represents a user. This class stores information about a user of the storage system. You can set privileges for a user by creating an AclEntry that associates the user with a Privilege.

See Also:
Acl, Privilege, Serialized Form

Constructor Summary
BIUser(java.lang.String userName)
          Constructor that specifies the name of a user.
BIUser(java.lang.String userName, java.lang.String fullName)
          Constructor that specifies the name and full name of a user.

 

Method Summary
 boolean equals(java.lang.Object obj)
          Indicates whether the specified user is equivalent to this user.
 java.lang.String getFullName()
          Retrieves detailed information for this user.
 java.lang.String getName()
          Retrieves the name of this user.
 java.lang.String toString()
          Converts all of the information about this user to a String.

 

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

 

Constructor Detail

BIUser

public BIUser(java.lang.String userName,
              java.lang.String fullName)
Constructor that specifies the name and full name of a user.
Parameters:
userName - The name of the user.
fullName - The full name of the user.

BIUser

public BIUser(java.lang.String userName)
Constructor that specifies the name of a user. If you use this constructor, then the full name of the user is an empty String.
Parameters:
userName - The name of the user.
Method Detail

equals

public boolean equals(java.lang.Object obj)
Indicates whether the specified user is equivalent to this user.
Specified by:
equals in interface User
Overrides:
equals in class java.lang.Object
Parameters:
obj - The object to compare with this user.
Returns:
true if user is equivalent to this user, false if it is not.

toString

public java.lang.String toString()
Converts all of the information about this user to a String.
Specified by:
toString in interface User
Overrides:
toString in class java.lang.Object
Returns:
The String representation of this user.

getName

public java.lang.String getName()
Retrieves the name of this user.
Specified by:
getName in interface User
Returns:
The name of this user.

getFullName

public java.lang.String getFullName()
Retrieves detailed information for this user.
Specified by:
getFullName in interface User
Returns:
The full name of this user.

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.