Package org.apache.activemq.jaas
Class LDAPLoginProperty
- java.lang.Object
-
- org.apache.activemq.jaas.LDAPLoginProperty
-
public class LDAPLoginProperty extends Object
-
-
Constructor Summary
Constructors Constructor Description LDAPLoginProperty(String name)LDAPLoginProperty(String name, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPropertyName()StringgetPropertyValue()
-
-
-
Constructor Detail
-
LDAPLoginProperty
public LDAPLoginProperty(String name)
-
LDAPLoginProperty
public LDAPLoginProperty(String name, String value)
-
-
Method Detail
-
getPropertyName
public String getPropertyName()
-
getPropertyValue
public String getPropertyValue()
-
-