public class RuntimeAuthnModule
extends java.lang.Object
Constructor and Description |
---|
RuntimeAuthnModule(java.lang.String moduleName,
java.lang.String description,
java.util.List<RuntimeModuleProperty> properties) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Deprecated class; will be removed in the next round of authn-module cleanup.
|
java.lang.String |
getName()
Deprecated class; will be removed in the next round of authn-module cleanup.
|
java.util.List<RuntimeModuleProperty> |
getProperties()
Deprecated class; will be removed in the next round of authn-module cleanup.
|
java.lang.String |
toString() |
public RuntimeAuthnModule(java.lang.String moduleName, java.lang.String description, java.util.List<RuntimeModuleProperty> properties)
public java.util.List<RuntimeModuleProperty> getProperties()
public java.lang.String getName()
public java.lang.String getDescription()
public java.lang.String toString()
toString
in class java.lang.Object