JSecurity

Serialized Form


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

authcInfo

SimpleAuthenticationInfo authcInfo
The authentication information (principals and credentials) for this account.


authzInfo

SimpleAuthorizationInfo authzInfo
The authorization information for this account.


locked

boolean locked
Indicates this account is locked. This isn't honored by all Realms but is honored by SimpleAccountRealm.


credentialsExpired

boolean credentialsExpired
Indicates credentials on this account are expired. This isn't honored by all Realms but is honored by SimpleAccountRealm.

Class org.jsecurity.authc.UnknownAccountException extends AccountException implements Serializable

Class org.jsecurity.authc.UsernamePasswordToken extends Object implements Serializable

Serialized Fields

username

String username
The username


password

char[] password
The password, in char[] format


rememberMe

boolean rememberMe
Whether or not 'rememberMe' should be enabled for the corresponding login attempt; default is false


inetAddress

InetAddress inetAddress
The location from where the login attempt occurs, or 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

hostAddress

InetAddress hostAddress

Class org.jsecurity.authz.SimpleAuthorizingAccount extends SimpleAccount implements Serializable

Serialized Fields

simpleRoles

Set<E> simpleRoles
Deprecated. 

Class org.jsecurity.authz.SimpleRole extends Object implements Serializable

Serialized Fields

name

String name

permissions

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

permissionString

String permissionString

Class org.jsecurity.authz.permission.WildcardPermission extends Object implements Serializable

Serialized Fields

parts

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

configUrl

String configUrl

iniResource

IniResource iniResource

ignoreResourceNotFound

boolean ignoreResourceNotFound

Class org.jsecurity.config.ResourceConfiguration extends Object implements Serializable

Class org.jsecurity.config.TextConfiguration extends ResourceConfiguration implements Serializable

Serialized Fields

config

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

sections

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

charsetName

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

sessionId

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

id

Serializable id

startTimestamp

Date startTimestamp

stopTimestamp

Date stopTimestamp

lastAccessTime

Date lastAccessTime

timeout

long timeout

expired

boolean expired

hostAddress

InetAddress hostAddress

attributes

Map<K,V> attributes

Package org.jsecurity.spring

Class org.jsecurity.spring.SpringIniWebConfiguration extends IniWebConfiguration implements Serializable

Serialized Fields

securityManagerBeanName

String securityManagerBeanName

Package org.jsecurity.spring.security.interceptor

Class org.jsecurity.spring.security.interceptor.AuthorizationAttributeSourceAdvisor extends StaticMethodMatcherPointcutAdvisor implements Serializable

Serialized Fields

securityManager

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

realmPrincipals

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 filterConfig

chains

Map<K,V> chains

pathMatcher

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

name

String name

Class org.jsecurity.web.tags.PrincipalTag extends SecureTag implements Serializable

Serialized Fields

type

String type
The type of principal to be retrieved, or null if the default principal should be used.


property

String property
The property name to retrieve of the principal, or null if the toString() value should be used.


defaultValue

String defaultValue
The default value that should be displayed if the user is not authenticated, or no principal is found.

Class org.jsecurity.web.tags.RoleTag extends SecureTag implements Serializable

Serialized Fields

name

String name

Class org.jsecurity.web.tags.SecureTag extends TagSupport implements Serializable

Class org.jsecurity.web.tags.UserTag extends SecureTag implements Serializable


JSecurity

Copyright © 2004-2008 JSecurity.