| java.lang.Object edu.iu.uis.eden.user.AuthenticationUserId
AuthenticationUserId | final public class AuthenticationUserId implements UserId(Code) | | A
UserId which represents the id a user would use to authenticate
with the system. Also known as a "Network ID".
author: rkirkend |
AuthenticationUserId | public AuthenticationUserId(String authenticationId)(Code) | | |
AuthenticationUserId | public AuthenticationUserId()(Code) | | |
equals | public boolean equals(Object obj)(Code) | | If you make this class non-final, you must rewrite equals to work for subclasses.
|
getAuthenticationId | public String getAuthenticationId()(Code) | | |
hashCode | public int hashCode()(Code) | | |
isEmpty | public boolean isEmpty()(Code) | | Returns true if this userId has an empty value. Empty userIds can't be used as keys in a Hash, among other things.
true if this instance doesn't have a value |
setAuthenticationId | public void setAuthenticationId(String authenticationId)(Code) | | |
|
|