Uses of Class
org.alfresco.repo.web.scripts.solr.SOLRAuthenticationFilter.SecureCommsType
-
Packages that use SOLRAuthenticationFilter.SecureCommsType Package Description org.alfresco.repo.web.scripts.solr -
-
Uses of SOLRAuthenticationFilter.SecureCommsType in org.alfresco.repo.web.scripts.solr
Methods in org.alfresco.repo.web.scripts.solr that return SOLRAuthenticationFilter.SecureCommsType Modifier and Type Method Description static SOLRAuthenticationFilter.SecureCommsType
SOLRAuthenticationFilter.SecureCommsType. getType(java.lang.String type)
static SOLRAuthenticationFilter.SecureCommsType
SOLRAuthenticationFilter.SecureCommsType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SOLRAuthenticationFilter.SecureCommsType[]
SOLRAuthenticationFilter.SecureCommsType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-