Class JBossCachedAuthenticationManager.DomainInfo
- java.lang.Object
-
- org.jboss.security.authentication.JBossCachedAuthenticationManager.DomainInfo
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- JBossCachedAuthenticationManager
public static class JBossCachedAuthenticationManager.DomainInfo extends Object implements Serializable
A cache value. Holds information about the authentication process.- Author:
- Marcus Moyses
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Principal
callerPrincipal
protected ClassLoader
contextClassLoader
protected Object
credential
protected LoginContext
loginContext
protected Subject
subject
-
Constructor Summary
Constructors Constructor Description DomainInfo()
-
-
-
Field Detail
-
loginContext
protected LoginContext loginContext
-
subject
protected Subject subject
-
credential
protected Object credential
-
callerPrincipal
protected Principal callerPrincipal
-
contextClassLoader
protected ClassLoader contextClassLoader
-
-
Method Detail
-
logout
@Deprecated public void logout()
Deprecated.
-
-