|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--net.larsan.norna.service.user.Indirection
|
+--net.larsan.norna.service.user.NullIndirection
Trivial indirection. This indirection does not apply any tranformations before comparing its credentials with the password.
| Field Summary |
| Fields inherited from class net.larsan.norna.service.user.Indirection |
credentials, options |
| Constructor Summary | |
NullIndirection()
|
|
| Method Summary | |
java.lang.String |
getID()
Get id |
boolean |
matches(char[] pass)
Trivial implementation. |
| Methods inherited from class net.larsan.norna.service.user.Indirection |
clearCredentials, setCredentials, setOptions |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NullIndirection()
| Method Detail |
public boolean matches(char[] pass)
matches in class Indirectionpass - Clear-text password
public java.lang.String getID()
getID in class Indirection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||