AuthenticationRolepublic class AuthenticationRole extends Object A role used for authentication.
Last modified $Date: 1999/11/07 19:32:24 $ |
Fields Summary |
---|
private Object | credentialsThe implementation-specific credentials that support this role.
In its simplest form, this could be a role name. In a more complex
form, it could be tied to the java.security package. |
Constructors Summary |
---|
public AuthenticationRole(Object cred)Constructs a new role using the specified credentials.
super();
credentials = cred;
|
|