|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package org.apache.shiro |
|---|
| Class org.apache.shiro.ShiroException extends RuntimeException implements Serializable |
|---|
| Class org.apache.shiro.UnavailableSecurityManagerException extends ShiroException implements Serializable |
|---|
| Package org.apache.shiro.authc |
|---|
| Class org.apache.shiro.authc.AccountException extends AuthenticationException implements Serializable |
|---|
| Class org.apache.shiro.authc.AuthenticationException extends ShiroException implements Serializable |
|---|
| Class org.apache.shiro.authc.ConcurrentAccessException extends AccountException implements Serializable |
|---|
| Class org.apache.shiro.authc.CredentialsException extends AuthenticationException implements Serializable |
|---|
| Class org.apache.shiro.authc.DisabledAccountException extends AccountException implements Serializable |
|---|
| Class org.apache.shiro.authc.ExcessiveAttemptsException extends AccountException implements Serializable |
|---|
| Class org.apache.shiro.authc.ExpiredCredentialsException extends CredentialsException implements Serializable |
|---|
| Class org.apache.shiro.authc.IncorrectCredentialsException extends CredentialsException implements Serializable |
|---|
| Class org.apache.shiro.authc.LockedAccountException extends DisabledAccountException implements Serializable |
|---|
| Class org.apache.shiro.authc.SimpleAccount extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
SimpleAuthenticationInfo authcInfo
SimpleAuthorizationInfo authzInfo
boolean locked
SimpleAccountRealm.
boolean credentialsExpired
SimpleAccountRealm.
| Class org.apache.shiro.authc.SimpleAuthenticationInfo extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
PrincipalCollection principals
Object credentials
ByteSource credentialsSalt
| Class org.apache.shiro.authc.UnknownAccountException extends AccountException implements Serializable |
|---|
| Class org.apache.shiro.authc.UsernamePasswordToken extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
String username
char[] password
boolean rememberMe
false
String host
null if not known or explicitly
omitted.
| Package org.apache.shiro.authc.pam |
|---|
| Class org.apache.shiro.authc.pam.UnsupportedTokenException extends AuthenticationException implements Serializable |
|---|
| Package org.apache.shiro.authz |
|---|
| Class org.apache.shiro.authz.AuthorizationException extends ShiroException implements Serializable |
|---|
| Class org.apache.shiro.authz.HostUnauthorizedException extends UnauthorizedException implements Serializable |
|---|
| Serialized Fields |
|---|
String host
| Class org.apache.shiro.authz.SimpleAuthorizationInfo extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
Set<E> roles
Set<E> stringPermissions
Set<E> objectPermissions
| Class org.apache.shiro.authz.SimpleRole extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
String name
Set<E> permissions
| Class org.apache.shiro.authz.UnauthenticatedException extends AuthorizationException implements Serializable |
|---|
| Class org.apache.shiro.authz.UnauthorizedException extends AuthorizationException implements Serializable |
|---|
| Package org.apache.shiro.authz.permission |
|---|
| Class org.apache.shiro.authz.permission.AllPermission extends Object implements Serializable |
|---|
| Class org.apache.shiro.authz.permission.DomainPermission extends WildcardPermission implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
String domain
Set<E> actions
Set<E> targets
| Class org.apache.shiro.authz.permission.InvalidPermissionStringException extends ShiroException implements Serializable |
|---|
| Serialized Fields |
|---|
String permissionString
| Class org.apache.shiro.authz.permission.WildcardPermission extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
List<E> parts
| Package org.apache.shiro.cache |
|---|
| Class org.apache.shiro.cache.CacheException extends ShiroException implements Serializable |
|---|
| Package org.apache.shiro.codec |
|---|
| Class org.apache.shiro.codec.CodecException extends ShiroException implements Serializable |
|---|
| Package org.apache.shiro.config |
|---|
| Class org.apache.shiro.config.ConfigurationException extends ShiroException implements Serializable |
|---|
| Class org.apache.shiro.config.UnresolveableReferenceException extends ConfigurationException implements Serializable |
|---|
| Package org.apache.shiro.crypto |
|---|
| Class org.apache.shiro.crypto.CryptoException extends ShiroException implements Serializable |
|---|
| Class org.apache.shiro.crypto.UnknownAlgorithmException extends CryptoException implements Serializable |
|---|
| Package org.apache.shiro.crypto.hash |
|---|
| Class org.apache.shiro.crypto.hash.AbstractHash extends CodecSupport implements Serializable |
|---|
| Serialized Fields |
|---|
byte[] bytes
| Class org.apache.shiro.crypto.hash.Md2Hash extends SimpleHash implements Serializable |
|---|
| Class org.apache.shiro.crypto.hash.Md5Hash extends SimpleHash implements Serializable |
|---|
| Class org.apache.shiro.crypto.hash.Sha1Hash extends SimpleHash implements Serializable |
|---|
| Class org.apache.shiro.crypto.hash.Sha256Hash extends SimpleHash implements Serializable |
|---|
| Class org.apache.shiro.crypto.hash.Sha384Hash extends SimpleHash implements Serializable |
|---|
| Class org.apache.shiro.crypto.hash.Sha512Hash extends SimpleHash implements Serializable |
|---|
| Class org.apache.shiro.crypto.hash.SimpleHash extends AbstractHash implements Serializable |
|---|
| Serialized Fields |
|---|
String algorithmName
MessageDigest algorithm name to use when performing the hash.
byte[] bytes
ByteSource salt
int iterations
| Package org.apache.shiro.dao |
|---|
| Class org.apache.shiro.dao.DataAccessException extends ShiroException implements Serializable |
|---|
| Class org.apache.shiro.dao.InvalidResourceUsageException extends DataAccessException implements Serializable |
|---|
| Package org.apache.shiro.env |
|---|
| Class org.apache.shiro.env.EnvironmentException extends ShiroException implements Serializable |
|---|
| Class org.apache.shiro.env.RequiredTypeException extends EnvironmentException implements Serializable |
|---|
| Package org.apache.shiro.io |
|---|
| Class org.apache.shiro.io.SerializationException extends ShiroException implements Serializable |
|---|
| Package org.apache.shiro.ldap |
|---|
| Class org.apache.shiro.ldap.UnsupportedAuthenticationMechanismException extends InvalidResourceUsageException implements Serializable |
|---|
| Package org.apache.shiro.session |
|---|
| Class org.apache.shiro.session.ExpiredSessionException extends StoppedSessionException implements Serializable |
|---|
| Class org.apache.shiro.session.InvalidSessionException extends SessionException implements Serializable |
|---|
| Class org.apache.shiro.session.SessionException extends ShiroException implements Serializable |
|---|
| Class org.apache.shiro.session.StoppedSessionException extends InvalidSessionException implements Serializable |
|---|
| Class org.apache.shiro.session.UnknownSessionException extends InvalidSessionException implements Serializable |
|---|
| Package org.apache.shiro.session.mgt |
|---|
| Class org.apache.shiro.session.mgt.DefaultSessionContext extends MapContext implements Serializable |
|---|
serialVersionUID: -1424160751361252966L
| Class org.apache.shiro.session.mgt.DefaultSessionKey extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
Serializable sessionId
| Class org.apache.shiro.session.mgt.DelegatingSession extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
SessionKey key
Date startTimestamp
String host
| Class org.apache.shiro.session.mgt.SimpleSession extends Object implements Serializable |
|---|
serialVersionUID: -7125642695178165650L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
IOException - if the input stream cannot be used.
ClassNotFoundException - if a required class needed for instantiation is not available in the present JVM
private void writeObject(ObjectOutputStream out)
throws IOException
IOException - if any of this object's fields cannot be written to the stream.| Package org.apache.shiro.subject |
|---|
| Class org.apache.shiro.subject.ExecutionException extends ShiroException implements Serializable |
|---|
| Class org.apache.shiro.subject.SimplePrincipalCollection extends Object implements Serializable |
|---|
serialVersionUID: -6305224034025797558L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
IOException - if there is an input/output problem
ClassNotFoundException - if the underlying Map implementation class is not available to the classloader.
private void writeObject(ObjectOutputStream out)
throws IOException
IOException - if there is a stream error| Serialized Fields |
|---|
Map<K,V> realmPrincipals
| Class org.apache.shiro.subject.SimplePrincipalMap extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
Map<K,V> realmPrincipals
Map<K,V> combinedPrincipals
| Package org.apache.shiro.subject.support |
|---|
| Class org.apache.shiro.subject.support.DefaultSubjectContext extends MapContext implements Serializable |
|---|
| Class org.apache.shiro.subject.support.DisabledSessionException extends SessionException implements Serializable |
|---|
| Package org.apache.shiro.util |
|---|
| Class org.apache.shiro.util.InstantiationException extends ShiroException implements Serializable |
|---|
| Class org.apache.shiro.util.MapContext extends Object implements Serializable |
|---|
serialVersionUID: 5373399119017820322L
| Serialized Fields |
|---|
Map<K,V> backingMap
| Class org.apache.shiro.util.UnavailableConstructorException extends ShiroException implements Serializable |
|---|
| Class org.apache.shiro.util.UnknownClassException extends ShiroException implements Serializable |
|---|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||