|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kew.user.AuthenticationUserId
PrincipalName
instead
public class AuthenticationUserId
A UserId
which represents the id a user would use to authenticate
with the system. Also known as a "Network ID".
Field Summary | |
---|---|
private String |
authenticationId
Deprecated. |
private static long |
serialVersionUID
Deprecated. |
Constructor Summary | |
---|---|
AuthenticationUserId()
Deprecated. |
|
AuthenticationUserId(String authenticationId)
Deprecated. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
Deprecated. If you make this class non-final, you must rewrite equals to work for subclasses. |
String |
getAuthenticationId()
Deprecated. |
String |
getId()
Deprecated. Returns the value of the id as a String |
int |
hashCode()
Deprecated. |
boolean |
isEmpty()
Deprecated. Returns true if this userId has an empty value. |
void |
setAuthenticationId(String authenticationId)
Deprecated. |
String |
toString()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private String authenticationId
Constructor Detail |
---|
public AuthenticationUserId(String authenticationId)
public AuthenticationUserId()
Method Detail |
---|
public String getId()
UserId
getId
in interface UserId
public String getAuthenticationId()
public void setAuthenticationId(String authenticationId)
public boolean isEmpty()
isEmpty
in interface Id
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |