public class FilesystemRealm<T extends FilesystemRealm<T>> extends Object
Constructor and Description |
---|
FilesystemRealm(String key) |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
Boolean |
encoded()
Whether the identity names should be stored encoded (Base32) in file
names.
|
T |
encoded(Boolean value)
Whether the identity names should be stored encoded (Base32) in file
names.
|
String |
getKey() |
Integer |
levels()
The number of levels of directory hashing to apply.
|
T |
levels(Integer value)
The number of levels of directory hashing to apply.
|
String |
path()
The path to the file containing the realm.
|
T |
path(String value)
The path to the file containing the realm.
|
String |
relativeTo()
The pre-defined path the path is relative to.
|
T |
relativeTo(String value)
The pre-defined path the path is relative to.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
public FilesystemRealm(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public Boolean encoded()
public T encoded(Boolean value)
public Integer levels()
public String path()
public String relativeTo()
Copyright © 2018 JBoss by Red Hat. All rights reserved.