|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UserAuthorisationCache
Cache to determine whether a user is authorised to authenticate with an application.
| Method Summary | |
|---|---|
void |
clear()
Clears the user authorisation cache. |
java.lang.Boolean |
isPermitted(java.lang.String userName,
java.lang.String applicationName)
Returns whether the user is permitted to authenticate with the application. |
void |
setPermitted(java.lang.String userName,
java.lang.String applicationName,
boolean permitted)
Sets whether the user is permitted to authenticate with the application. |
| Method Detail |
|---|
void setPermitted(java.lang.String userName,
java.lang.String applicationName,
boolean permitted)
userName - usernameapplicationName - name of the application to authenticatepermitted - set to true if the user is allowed to authenticate with the application, otherwise false.
java.lang.Boolean isPermitted(java.lang.String userName,
java.lang.String applicationName)
userName - usernameapplicationName - name of the application the user is authenticating against
void clear()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||