|
Method Summary | ||
void |
authenticate(String userName, char[] password) Carry out an authentication attempt. |
|
void |
authenticateAsGuest() Authenticate as the guest user. |
|
boolean |
authenticationExists(String userName) Check if the given authentication exists. |
|
void |
clearCurrentSecurityContext() Remove the current security information |
|
boolean |
getAuthenticationEnabled(String userName) Is an authentication enabled or disabled? |
|
getCurrentTicket() Get the current ticket as a string |
||
getCurrentUserName() Get the name of the currently authenticated user. |
||
getDefaultAdministratorUserNames() Gets a set of user names who should be considered 'administrators' by default. |
||
getDefaultGuestUserNames() Gets a set of user names who should be considered 'guests' by default. |
||
getDomains() Get the domain to which this instance of an authentication service applies. |
||
getDomainsThatAllowUserCreation() Does this instance alow user to be created? |
||
getDomainsThatAllowUserDeletion() Does this instance allow users to be deleted? |
||
getDomiansThatAllowUserPasswordChanges() Does this instance allow users to update their passwords? |
||
getNewTicket() Get a new ticket as a string |
||
boolean |
guestUserAuthenticationAllowed() Check if Guest user authentication is allowed. |
|
void |
invalidateTicket(String ticket) Invalidate a single ticket by ID |
|
void |
invalidateUserSession(String userName) Invalidate any tickets held by the user. |
|
boolean |
isCurrentUserTheSystemUser() Is the current user the system user? |
|
void |
validate(String ticket) Validate a ticket. |
|