|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.cas.authentication.principal.ShibbolethCompatiblePersistentIdGenerator
public final class ShibbolethCompatiblePersistentIdGenerator
Generates PersistentIds based on the Shibboleth algorithm.
| Constructor Summary | |
|---|---|
ShibbolethCompatiblePersistentIdGenerator()
|
|
| Method Summary | |
|---|---|
java.lang.String |
generate(Principal principal,
Service service)
Generates a PersistentId based on some algorithm plus the principal and service. |
void |
setSalt(java.lang.String salt)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ShibbolethCompatiblePersistentIdGenerator()
| Method Detail |
|---|
public java.lang.String generate(Principal principal,
Service service)
PersistentIdGenerator
generate in interface PersistentIdGeneratorprincipal - the principal to generate the id for.service - the service to generate the id for.
public void setSalt(java.lang.String salt)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||