Uses of Interface
org.jasig.cas.authentication.principal.PersistentIdGenerator

Packages that use PersistentIdGenerator
org.jasig.cas This is the entry point to the part of the CAS processing that is independent of the user/program interface. 
org.jasig.cas.authentication.principal Credentials is a marker interface for an opaque object that may be recognized by Handlers and Resolvers. 
 

Uses of PersistentIdGenerator in org.jasig.cas
 

Methods in org.jasig.cas with parameters of type PersistentIdGenerator
 void CentralAuthenticationServiceImpl.setPersistentIdGenerator(PersistentIdGenerator persistentIdGenerator)
           
 

Uses of PersistentIdGenerator in org.jasig.cas.authentication.principal
 

Classes in org.jasig.cas.authentication.principal that implement PersistentIdGenerator
 class ShibbolethCompatiblePersistentIdGenerator
          Generates PersistentIds based on the Shibboleth algorithm.
 



Copyright © 2004-2010 Java Architectures Special Interest Group. All Rights Reserved.