|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SessionAttributes | |
|---|---|
| com.uwyn.rife.authentication | Provides classes, interfaces and elements for credentials, authentication sessions and "remember me" management. |
| com.uwyn.rife.authentication.elements | Provides elements for authentication and logout, using the variety of backend stores available. |
| com.uwyn.rife.authentication.sessionvalidators | Provides implementation classes for the session validators. |
| Uses of SessionAttributes in com.uwyn.rife.authentication |
|---|
| Methods in com.uwyn.rife.authentication with parameters of type SessionAttributes | |
|---|---|
int |
SessionValidator.validateSession(String authId,
String hostIp,
SessionAttributes attributes)
Validates an existing session according to a set of attributes that define the context in which this validation occurs. |
| Uses of SessionAttributes in com.uwyn.rife.authentication.elements |
|---|
| Classes in com.uwyn.rife.authentication.elements that implement SessionAttributes | |
|---|---|
class |
Authenticated
Requires that the user have a valid authentication session before access to a child element is allowed. |
class |
DatabaseAuthenticated
Sets up the standard Authenticated element for managers that
work with a database back-end. |
class |
FactoryPropertyAuthenticated
|
class |
MemoryAuthenticated
Sets up the standard Authenticated element for managers that
work with an in-memory back-end. |
class |
MixedAuthenticated
Sets up the standard Authenticated element with credentials and
remember-me managers for database storage, but the session managers for
memory storage. |
class |
PurgingDatabaseAuthenticated
Sets up the standard Authenticated element for managers that
work with a database back-end and enables automatic in-process purging. |
class |
PurgingMemoryAuthenticated
Sets up the standard Authenticated element for managers that
work with an in-memory back-end and enables automatic in-process purging. |
class |
PurgingMixedAuthenticated
Sets up the standard Authenticated element with credentials and
remember-me managers for database storage, but the session managers for
memory storage and enables automatic in-process purging. |
class |
RoleUserAuthenticated
Extends the generic Authenticated element with support for a role
property that will be used together with RoleUserCredentials
credentials to only allow people with that role to access the child page. |
| Uses of SessionAttributes in com.uwyn.rife.authentication.sessionvalidators |
|---|
| Methods in com.uwyn.rife.authentication.sessionvalidators with parameters of type SessionAttributes | |
|---|---|
protected int |
DatabaseSessionValidator._validateSession(Select sessionValidityNoRole,
Select sessionValidityNoRoleRestrictHostIp,
Select sessionValidityRole,
Select sessionValidityRoleRestrictHostIp,
ProcessSessionValidity processSessionValidity,
String authId,
String hostIp,
SessionAttributes attributes)
|
int |
BasicSessionValidator.validateSession(String authId,
String hostIp,
SessionAttributes attributes)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||