Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.auth.shared
Class AuthSession

java.lang.Object
  extended by org.hyperic.hq.auth.shared.AuthSession

public class AuthSession
extends java.lang.Object


Constructor Summary
protected AuthSession(AuthzSubject subject, long timeout)
          Default constructor.
 
Method Summary
protected  AuthzSubject getAuthzSubject()
          Return the AuthzSubject for this session
protected  boolean isExpired()
          Check if this session is expired
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthSession

protected AuthSession(AuthzSubject subject,
                      long timeout)
Default constructor.

Parameters:
subject - The subject to store
timeout - The timeout for this session in milliseconds
Method Detail

getAuthzSubject

protected AuthzSubject getAuthzSubject()
Return the AuthzSubject for this session


isExpired

protected boolean isExpired()
Check if this session is expired


Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.