| Modifier and Type | Field and Description |
|---|---|
protected String |
m_name
The username of the user represented by this Principal.
|
protected String |
m_password
The authentication credentials for the user represented by this Principal.
|
| Constructor and Description |
|---|
DavPrincipal(String name,
String password)
Construct with this name and password.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getPassword() |
boolean |
hasRole(String role)
Does the user represented by this Principal possess the specified role?
|
String |
toString() |
protected String m_name
protected String m_password
Copyright © 2003–2016 University of Michigan. All rights reserved.