|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.panama.rt.hook.AuthenticationPolicy
The authentication policy based on user information in PTG repository.
Constructor Summary |
AuthenticationPolicy()
|
Method Summary |
Type | Method |
---|---|
static AuthenticationContext |
authenticateUser(java.lang.String userName,
java.lang.String password,
Request request)
Perform the authentication using the user address information in PTG repository. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AuthenticationPolicy()
Method Detail |
public static AuthenticationContext authenticateUser(java.lang.String userName, java.lang.String password, Request request) throws AuthenticationException
userName
- the name of the user logging inpassword
- the password submitted by the userrequest
- the incoming request
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |