|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.p13n.usermgmt.profile.ProfileIdentity
public class ProfileIdentity
Lightweight object to represent a profile's identity. This will contain some combination of username and groupname. If both are provided, the profile represents the user's profile, and the group is used as an explicit successor. If only a username is provided, it simply represents the user's profile. If only a groupname is proivded, it represents the group's profile.
ProfileWrapper
,
Serialized FormConstructor Summary | |
---|---|
ProfileIdentity()
|
Method Summary | |
---|---|
boolean |
equals(Object other)
|
String |
getGroupname()
retrieve the groupname |
ProfileType |
getProfileType()
Determine whether this user is anonymous, tracked, or registered |
String |
getUsername()
retrieve the username |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ProfileIdentity()
Method Detail |
---|
public ProfileType getProfileType()
ProfileType
public String getUsername()
public String getGroupname()
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object other)
equals
in class Object
|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |