|
JSecurity | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package org.jsecurity |
|---|
| Class org.jsecurity.JSecurityException extends RuntimeException implements Serializable |
|---|
| Package org.jsecurity.authc |
|---|
| Class org.jsecurity.authc.AccountException extends AuthenticationException implements Serializable |
|---|
| Class org.jsecurity.authc.AuthenticationException extends JSecurityException implements Serializable |
|---|
| Class org.jsecurity.authc.ConcurrentAccessException extends AccountException implements Serializable |
|---|
| Class org.jsecurity.authc.CredentialsException extends AuthenticationException implements Serializable |
|---|
| Class org.jsecurity.authc.DisabledAccountException extends AccountException implements Serializable |
|---|
| Class org.jsecurity.authc.ExcessiveAttemptsException extends AccountException implements Serializable |
|---|
| Class org.jsecurity.authc.ExpiredCredentialsException extends CredentialsException implements Serializable |
|---|
| Class org.jsecurity.authc.IncorrectCredentialsException extends CredentialsException implements Serializable |
|---|
| Class org.jsecurity.authc.LockedAccountException extends DisabledAccountException implements Serializable |
|---|
| Class org.jsecurity.authc.SimpleAccount extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
SimpleAuthenticationInfo authcInfo
SimpleAuthorizationInfo authzInfo
boolean locked
SimpleAccountRealm.
boolean credentialsExpired
SimpleAccountRealm.
| Class org.jsecurity.authc.UnknownAccountException extends AccountException implements Serializable |
|---|
| Class org.jsecurity.authc.UsernamePasswordToken extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
String username
char[] password
boolean rememberMe
false
InetAddress inetAddress
null if not known or explicitly
omitted.
| Package org.jsecurity.authc.pam |
|---|
| Class org.jsecurity.authc.pam.UnsupportedTokenException extends AuthenticationException implements Serializable |
|---|
| Package org.jsecurity.authz |
|---|
| Class org.jsecurity.authz.AuthorizationException extends JSecurityException implements Serializable |
|---|
| Class org.jsecurity.authz.HostUnauthorizedException extends UnauthorizedException implements Serializable |
|---|
| Serialized Fields |
|---|
InetAddress hostAddress
| Class org.jsecurity.authz.SimpleAuthorizingAccount extends SimpleAccount implements Serializable |
|---|
| Serialized Fields |
|---|
Set<E> simpleRoles
| Class org.jsecurity.authz.SimpleRole extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
String name
Set<E> permissions
| Class org.jsecurity.authz.UnauthenticatedException extends AuthorizationException implements Serializable |
|---|
| Class org.jsecurity.authz.UnauthorizedException extends AuthorizationException implements Serializable |
|---|
| Package org.jsecurity.authz.permission |
|---|
| Class org.jsecurity.authz.permission.AllPermission extends Object implements Serializable |
|---|
| Class org.jsecurity.authz.permission.InvalidPermissionStringException extends JSecurityException implements Serializable |
|---|
| Serialized Fields |
|---|
String permissionString
| Class org.jsecurity.authz.permission.WildcardPermission extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
List<E> parts
| Package org.jsecurity.cache |
|---|
| Class org.jsecurity.cache.CacheException extends JSecurityException implements Serializable |
|---|
| Package org.jsecurity.codec |
|---|
| Class org.jsecurity.codec.CodecException extends JSecurityException implements Serializable |
|---|
| Package org.jsecurity.config |
|---|
| Class org.jsecurity.config.ConfigurationException extends JSecurityException implements Serializable |
|---|
| Class org.jsecurity.config.IniConfiguration extends TextConfiguration implements Serializable |
|---|
| Serialized Fields |
|---|
String configUrl
IniResource iniResource
boolean ignoreResourceNotFound
| Class org.jsecurity.config.ResourceConfiguration extends Object implements Serializable |
|---|
| Class org.jsecurity.config.TextConfiguration extends ResourceConfiguration implements Serializable |
|---|
| Serialized Fields |
|---|
String config
| Class org.jsecurity.config.UnresolveableReferenceException extends ConfigurationException implements Serializable |
|---|
| Package org.jsecurity.io |
|---|
| Class org.jsecurity.io.AbstractResource extends Object implements Serializable |
|---|
| Class org.jsecurity.io.IniResource extends TextResource implements Serializable |
|---|
| Serialized Fields |
|---|
Map<K,V> sections
| Class org.jsecurity.io.ResourceException extends JSecurityException implements Serializable |
|---|
| Class org.jsecurity.io.SerializationException extends JSecurityException implements Serializable |
|---|
| Class org.jsecurity.io.TextResource extends AbstractResource implements Serializable |
|---|
| Serialized Fields |
|---|
String charsetName
| Package org.jsecurity.session |
|---|
| Class org.jsecurity.session.ExpiredSessionException extends StoppedSessionException implements Serializable |
|---|
| Class org.jsecurity.session.InvalidSessionException extends SessionException implements Serializable |
|---|
| Class org.jsecurity.session.SessionException extends JSecurityException implements Serializable |
|---|
| Serialized Fields |
|---|
Serializable sessionId
| Class org.jsecurity.session.StoppedSessionException extends InvalidSessionException implements Serializable |
|---|
| Class org.jsecurity.session.UnknownSessionException extends InvalidSessionException implements Serializable |
|---|
| Package org.jsecurity.session.mgt |
|---|
| Class org.jsecurity.session.mgt.SimpleSession extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
Serializable id
Date startTimestamp
Date stopTimestamp
Date lastAccessTime
long timeout
boolean expired
InetAddress hostAddress
Map<K,V> attributes
| Package org.jsecurity.spring |
|---|
| Class org.jsecurity.spring.SpringIniWebConfiguration extends IniWebConfiguration implements Serializable |
|---|
| Serialized Fields |
|---|
String securityManagerBeanName
| Package org.jsecurity.spring.security.interceptor |
|---|
| Class org.jsecurity.spring.security.interceptor.AuthorizationAttributeSourceAdvisor extends StaticMethodMatcherPointcutAdvisor implements Serializable |
|---|
| Serialized Fields |
|---|
SecurityManager securityManager
| Package org.jsecurity.subject |
|---|
| Class org.jsecurity.subject.InvalidSubjectException extends SubjectException implements Serializable |
|---|
| Class org.jsecurity.subject.SimplePrincipalCollection extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
Map<K,V> realmPrincipals
| Class org.jsecurity.subject.SubjectException extends JSecurityException implements Serializable |
|---|
| Package org.jsecurity.util |
|---|
| Class org.jsecurity.util.InstantiationException extends JSecurityException implements Serializable |
|---|
| Class org.jsecurity.util.UnavailableConstructorException extends JSecurityException implements Serializable |
|---|
| Class org.jsecurity.util.UnknownClassException extends JSecurityException implements Serializable |
|---|
| Package org.jsecurity.web.config |
|---|
| Class org.jsecurity.web.config.IniWebConfiguration extends IniConfiguration implements Serializable |
|---|
| Serialized Fields |
|---|
FilterConfig filterConfig
Map<K,V> chains
PatternMatcher pathMatcher
| Package org.jsecurity.web.tags |
|---|
| Class org.jsecurity.web.tags.AuthenticatedTag extends SecureTag implements Serializable |
|---|
| Class org.jsecurity.web.tags.GuestTag extends SecureTag implements Serializable |
|---|
| Class org.jsecurity.web.tags.HasAnyRolesTag extends RoleTag implements Serializable |
|---|
| Class org.jsecurity.web.tags.HasPermissionTag extends PermissionTag implements Serializable |
|---|
| Class org.jsecurity.web.tags.HasRoleTag extends RoleTag implements Serializable |
|---|
| Class org.jsecurity.web.tags.LacksPermissionTag extends PermissionTag implements Serializable |
|---|
| Class org.jsecurity.web.tags.LacksRoleTag extends RoleTag implements Serializable |
|---|
| Class org.jsecurity.web.tags.NotAuthenticatedTag extends SecureTag implements Serializable |
|---|
| Class org.jsecurity.web.tags.PermissionTag extends SecureTag implements Serializable |
|---|
| Serialized Fields |
|---|
String name
| Class org.jsecurity.web.tags.PrincipalTag extends SecureTag implements Serializable |
|---|
| Serialized Fields |
|---|
String type
String property
String defaultValue
| Class org.jsecurity.web.tags.RoleTag extends SecureTag implements Serializable |
|---|
| Serialized Fields |
|---|
String name
| Class org.jsecurity.web.tags.SecureTag extends TagSupport implements Serializable |
|---|
| Class org.jsecurity.web.tags.UserTag extends SecureTag implements Serializable |
|---|
|
JSecurity | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||