|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ge.research.app.security.LoginContext
| Field Summary | |
protected java.lang.String |
AUTHENTICATION_ERROR_KEY
Resource bundle property key for error message describing situation where an error prevented authentication from occurring |
protected java.lang.String |
AUTHENTICATION_FAILED_KEY
Resource bundle property key for error message describing situation where authentication failed |
protected Authenticator |
authenticator
Security reader |
protected java.util.Properties |
props
|
| Constructor Summary | |
LoginContext(Authenticator _auth)
Constructor |
|
| Method Summary | |
Subject |
login(java.lang.String subjectId,
java.lang.String password)
Returns a subject object with roles if subject id and password matches |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.lang.String AUTHENTICATION_ERROR_KEY
protected java.lang.String AUTHENTICATION_FAILED_KEY
protected Authenticator authenticator
protected final java.util.Properties props
| Constructor Detail |
public LoginContext(Authenticator _auth)
| Method Detail |
public Subject login(java.lang.String subjectId,
java.lang.String password)
throws SecurityException
subjectId - password -
SecurityException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||