org.alfresco.repo.security.authentication
Class InMemoryTicketComponentImpl.ExpiryMode

java.lang.Object
  extended by java.lang.Enum
      extended by org.alfresco.repo.security.authentication.InMemoryTicketComponentImpl.ExpiryMode
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
InMemoryTicketComponentImpl

public static final class InMemoryTicketComponentImpl.ExpiryMode
extends java.lang.Enum

See Also:
Serialized Form

Field Summary
static InMemoryTicketComponentImpl.ExpiryMode AFTER_FIXED_TIME
           
static InMemoryTicketComponentImpl.ExpiryMode AFTER_INACTIVITY
           
static InMemoryTicketComponentImpl.ExpiryMode DO_NOT_EXPIRE
           
 
Method Summary
static InMemoryTicketComponentImpl.ExpiryMode valueOf(java.lang.String name)
           
static InMemoryTicketComponentImpl.ExpiryMode[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

AFTER_INACTIVITY

public static final InMemoryTicketComponentImpl.ExpiryMode AFTER_INACTIVITY

AFTER_FIXED_TIME

public static final InMemoryTicketComponentImpl.ExpiryMode AFTER_FIXED_TIME

DO_NOT_EXPIRE

public static final InMemoryTicketComponentImpl.ExpiryMode DO_NOT_EXPIRE
Method Detail

values

public static InMemoryTicketComponentImpl.ExpiryMode[] values()

valueOf

public static InMemoryTicketComponentImpl.ExpiryMode valueOf(java.lang.String name)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.