static FileSystemSecurityRealmBuilder |
FileSystemSecurityRealm.builder() |
Construct a new instance of the FileSystemSecurityRealmBuilder.
|
FileSystemSecurityRealmBuilder |
FileSystemSecurityRealmBuilder.setEncoded(boolean encoded) |
Set whether the identity name should be encoded for the filename in the realm.
|
FileSystemSecurityRealmBuilder |
FileSystemSecurityRealmBuilder.setHashCharset(Charset hashCharset) |
Set the character set to be used by the realm.
|
FileSystemSecurityRealmBuilder |
FileSystemSecurityRealmBuilder.setHashEncoding(Encoding hashEncoding) |
Set the string format for hashed passwords to be used by the realm.
|
FileSystemSecurityRealmBuilder |
FileSystemSecurityRealmBuilder.setLevels(int levels) |
Set the number of levels to be used by the realm.
|
FileSystemSecurityRealmBuilder |
FileSystemSecurityRealmBuilder.setNameRewriter(NameRewriter nameRewriter) |
Set the name rewriter to be used by the realm.
|
FileSystemSecurityRealmBuilder |
FileSystemSecurityRealmBuilder.setPrivateKey(PrivateKey privateKey) |
Set the PrivateKey to be used by the realm.
|
FileSystemSecurityRealmBuilder |
FileSystemSecurityRealmBuilder.setProviders(Supplier<Provider[]> providers) |
Set the providers to be used by the realm.
|
FileSystemSecurityRealmBuilder |
FileSystemSecurityRealmBuilder.setPublicKey(PublicKey publicKey) |
Set the PublicKey to be used by the realm.
|
FileSystemSecurityRealmBuilder |
FileSystemSecurityRealmBuilder.setRoot(Path root) |
Set the root path to be used by the realm.
|
FileSystemSecurityRealmBuilder |
FileSystemSecurityRealmBuilder.setSecretKey(SecretKey secretKey) |
Set the SecretKey to be used by the realm.
|