Picketbox Infinispan 4.0.14.Final-redhat-2

org.jboss.security.authentication
Class JBossCachedAuthenticationManager.DomainInfo

java.lang.Object
  extended by 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
protected  Principal callerPrincipal
           
protected  Object credential
           
protected  LoginContext loginContext
           
protected  Subject subject
           
 
Constructor Summary
JBossCachedAuthenticationManager.DomainInfo()
           
 
Method Summary
 void logout()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

loginContext

protected LoginContext loginContext

subject

protected Subject subject

credential

protected Object credential

callerPrincipal

protected Principal callerPrincipal
Constructor Detail

JBossCachedAuthenticationManager.DomainInfo

public JBossCachedAuthenticationManager.DomainInfo()
Method Detail

logout

public void logout()

Picketbox Infinispan 4.0.14.Final-redhat-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.