Package | Description |
---|---|
org.jboss.seam.security |
Seam Security
|
org.jboss.seam.security.management |
Seam Identity Management
|
org.jboss.seam.security.permission |
Seam Security Permissions
|
org.jboss.seam.transaction |
Abstracts all possible transaction management APIs behind a
JTA-compatible interface.
|
org.jboss.seam.web |
Seam components for use in a servlet environment.
|
Modifier and Type | Method and Description |
---|---|
void |
FacesSecurityEvents.addAlreadyLoggedInMessage() |
void |
FacesSecurityEvents.addLoginFailedMessage(LoginException ex) |
void |
FacesSecurityEvents.addLoginSuccessfulMessage() |
void |
FacesSecurityEvents.addNotLoggedInMessage() |
void |
RememberMe.credentialsUpdated() |
void |
RememberMe.initCredentials(Credentials credentials) |
void |
RememberMe.loggedOut() |
void |
FacesSecurityEvents.postAuthenticate(Identity identity) |
void |
RememberMe.postAuthenticate(Identity identity) |
void |
RememberMe.quietLogin() |
Modifier and Type | Method and Description |
---|---|
void |
JpaIdentityStore.setUserAccountForSession() |
Modifier and Type | Method and Description |
---|---|
void |
RuleBasedPermissionResolver.setUserAccountInSecurityContext()
Post-authentication event observer
|
void |
RuleBasedPermissionResolver.unAuthenticate() |
Modifier and Type | Method and Description |
---|---|
void |
FacesTransactionEvents.addTransactionFailedMessage(int status) |
Modifier and Type | Method and Description |
---|---|
void |
WicketFilter.postReInitialization() |
Copyright © 2015 Seam Framework. All Rights Reserved.