SUBJECT_SESSION_KEY
Constructor and Description |
---|
SchemEditAuth(java.lang.String username,
java.lang.String password)
Constructor for the SchemEditAuth object
|
Modifier and Type | Method and Description |
---|---|
boolean |
authenticate()
Perform Authentication
|
javax.security.auth.Subject |
getSubject()
Gets the subject attribute of the SchemEditAuth object
|
public SchemEditAuth(java.lang.String username, java.lang.String password)
username
- the usernamepassword
- the passwordpublic boolean authenticate()
authenticate
in interface Auth
public javax.security.auth.Subject getSubject()
getSubject
in interface Auth