Class PropertiesLoader.FileNameKey
- java.lang.Object
-
- org.apache.activemq.artemis.spi.core.security.jaas.PropertiesLoader.FileNameKey
-
- Enclosing class:
- PropertiesLoader
public static final class PropertiesLoader.FileNameKey extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FileNameKey(java.lang.String nameProperty, java.lang.String fallbackName, java.util.Map options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)java.io.Filefile()inthashCode()booleanisDebug()booleanisDecrypt()booleanisReload()voidsetDebug(boolean debug)voidsetDecrypt(boolean decrypt)java.lang.StringtoString()
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
isReload
public boolean isReload()
-
file
public java.io.File file()
-
isDecrypt
public boolean isDecrypt()
-
setDecrypt
public void setDecrypt(boolean decrypt)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
setDebug
public void setDebug(boolean debug)
-
isDebug
public boolean isDebug()
-
-