Serialized Form
|
Package org.apache.shiro.authc |
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.
principals
PrincipalCollection principals
- The principals identifying the account associated with this AuthenticationInfo instance.
credentials
Object credentials
- The credentials verifying the account principals.
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
host
String host
- The location from where the login attempt occurs, or
null if not known or explicitly
omitted.
|
Package org.apache.shiro.authc.pam |
|
Package org.apache.shiro.authz |
host
String host
roles
Set<E> roles
- The internal roles collection.
stringPermissions
Set<E> stringPermissions
- Collection of all string-based permissions associated with the account.
objectPermissions
Set<E> objectPermissions
- Collection of all object-based permissions associaed with the account.
name
String name
permissions
Set<E> permissions
|
Package org.apache.shiro.authz.permission |
domain
String domain
actions
String actions
targets
String targets
permissionString
String permissionString
parts
List<E> parts
|
Package org.apache.shiro.cache |
|
Package org.apache.shiro.codec |
|
Package org.apache.shiro.config |
|
Package org.apache.shiro.crypto |
|
Package org.apache.shiro.crypto.hash |
bytes
byte[] bytes
- The hashed data
|
Package org.apache.shiro.io |
|
Package org.apache.shiro.session |
|
Package org.apache.shiro.session.mgt |
serialVersionUID: -1424160751361252966L
sessionId
Serializable sessionId
key
SessionKey key
startTimestamp
Date startTimestamp
host
String host
serialVersionUID: -7125642695178165650L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Reconstitutes this object based on the specified InputStream for JDK Serialization.
- Throws:
IOException - if the input stream cannot be used.
ClassNotFoundException - if a required class needed for instantiation is not available in the present JVM- Since:
- 1.0
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Serializes this object to the specified output stream for JDK Serialization.
- Throws:
IOException - if any of this object's fields cannot be written to the stream.- Since:
- 1.0
id
Serializable id
startTimestamp
Date startTimestamp
stopTimestamp
Date stopTimestamp
lastAccessTime
Date lastAccessTime
timeout
long timeout
expired
boolean expired
host
String host
attributes
Map<K,V> attributes
|
Package org.apache.shiro.subject |
serialVersionUID: -6305224034025797558L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Serialization read support - reads in the Map principals collection if it exists in the
input stream.
NOTE: Don't forget to change the serialVersionUID constant at the top of this class
if you make any backwards-incompatible serializatoin changes!!!
(use the JDK 'serialver' program for this)
- Throws:
IOException - if there is an input/output problem
ClassNotFoundException - if the underlying Map implementation class is not available to the classloader.
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Serialization write support.
NOTE: Don't forget to change the serialVersionUID constant at the top of this class
if you make any backwards-incompatible serializatoin changes!!!
(use the JDK 'serialver' program for this)
- Throws:
IOException - if there is a stream error
realmPrincipals
Map<K,V> realmPrincipals
|
Package org.apache.shiro.subject.support |
serialVersionUID: -5094259915319399138L
principals
PrincipalCollection principals
authenticated
boolean authenticated
host
String host
session
Session session
runAsPrincipals
List<E> runAsPrincipals
|
Package org.apache.shiro.util |
serialVersionUID: 5373399119017820322L
backingMap
Map<K,V> backingMap
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.