|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthenticationPrincipal | |
---|---|
winstone | |
winstone.realm |
Uses of AuthenticationPrincipal in winstone |
---|
Fields in winstone declared as AuthenticationPrincipal | |
---|---|
protected AuthenticationPrincipal |
WinstoneRequest.authenticatedUser
|
Methods in winstone that return AuthenticationPrincipal | |
---|---|
AuthenticationPrincipal |
AuthenticationRealm.authenticateByUsernamePassword(java.lang.String userName,
java.lang.String password)
Authenticate the user - do we know them ? Return a distinct id once we know them. |
AuthenticationPrincipal |
AuthenticationRealm.retrieveUser(java.lang.String userName)
Retrieve an authenticated user. |
Methods in winstone with parameters of type AuthenticationPrincipal | |
---|---|
void |
WinstoneRequest.setRemoteUser(AuthenticationPrincipal user)
|
Uses of AuthenticationPrincipal in winstone.realm |
---|
Methods in winstone.realm that return AuthenticationPrincipal | |
---|---|
AuthenticationPrincipal |
FileRealm.authenticateByUsernamePassword(java.lang.String userName,
java.lang.String password)
Authenticate the user - do we know them ? Return a principal once we know them |
AuthenticationPrincipal |
ArgumentsRealm.authenticateByUsernamePassword(java.lang.String userName,
java.lang.String password)
Authenticate the user - do we know them ? Return a principal once we know them |
AuthenticationPrincipal |
FileRealm.retrieveUser(java.lang.String userName)
Retrieve an authenticated user |
AuthenticationPrincipal |
ArgumentsRealm.retrieveUser(java.lang.String userName)
Retrieve an authenticated user |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |