|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object portal.security.sp.simple.SimpleSecurityService
This class uses the following registry keys and default values:
Name | Type | Default | Description |
portal.security.simple.Username | String | The username of the simple user | |
portal.security.sp.simple.Password | String | The password of the simple user |
Constructor Summary | |
SimpleSecurityService()
|
Method Summary | |
void |
registerLogin(java.lang.String username)
|
boolean |
verify(java.lang.String username,
java.lang.String password)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SimpleSecurityService()
Method Detail |
public boolean verify(java.lang.String username, java.lang.String password) throws java.lang.SecurityException
verify
in interface ISecurityService
java.lang.SecurityException
public void registerLogin(java.lang.String username) throws java.lang.SecurityException
registerLogin
in interface ISecurityService
java.lang.SecurityException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |