| |
|
| java.lang.Object com.uwyn.rife.authentication.SessionValidatorRetriever
getSessionValidator | public static SessionValidator getSessionValidator(Site site, String authElementId, ElementInfo reference)(Code) | | Retrieves a
SessionValidator manager from an
Authenticated element in a
Site .
Parameters: site - the site in which the authenticated element is declared Parameters: authElementId - the absolute ID of the authenticated element thatprovides all the authentication related managers Parameters: reference - a reference element against which to resolve the id;or null if the provided id is absolute exception: AuthenticatedElementNotFoundException - when the element IDcouldn't be found in the site exception: NotAuthenticatedElementException - when the element ID doesn'trefer to an Authenticated element since: 1.0 |
getSessionValidator | public static SessionValidator getSessionValidator(ElementInfo authElementInfo)(Code) | | Retrieves a
SessionValidator manager from an
Authenticated element in a
Site .
Parameters: authElementInfo - the ElementInfo of the authenticatedelement that provides all the authentication related managers exception: NotAuthenticatedElementException - when the provided element infodoesn't refer to an Authenticated element since: 1.4 |
|
|
|