|
Oracle Application Server Wireless Java API Reference B10400-01 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | 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 | |
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 requestAuthenticationException
|
Oracle Application Server Wireless Java API Reference B10400-01 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |