org.alfresco.repo.web.scripts.solr
Class SOLRAuthenticationFilter.SecureCommsType

java.lang.Object
  extended by java.lang.Enum
      extended by org.alfresco.repo.web.scripts.solr.SOLRAuthenticationFilter.SecureCommsType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
SOLRAuthenticationFilter

public static final class SOLRAuthenticationFilter.SecureCommsType
extends java.lang.Enum

See Also:
Serialized Form

Field Summary
static SOLRAuthenticationFilter.SecureCommsType HTTPS
           
static SOLRAuthenticationFilter.SecureCommsType NONE
           
 
Method Summary
static SOLRAuthenticationFilter.SecureCommsType getType(java.lang.String type)
           
static SOLRAuthenticationFilter.SecureCommsType valueOf(java.lang.String name)
           
static SOLRAuthenticationFilter.SecureCommsType[] 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

HTTPS

public static final SOLRAuthenticationFilter.SecureCommsType HTTPS

NONE

public static final SOLRAuthenticationFilter.SecureCommsType NONE
Method Detail

values

public static SOLRAuthenticationFilter.SecureCommsType[] values()

valueOf

public static SOLRAuthenticationFilter.SecureCommsType valueOf(java.lang.String name)

getType

public static SOLRAuthenticationFilter.SecureCommsType getType(java.lang.String type)


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