Uses of Class
org.wildfly.security.auth.realm.FileSystemSecurityRealmBuilder
-
Uses of FileSystemSecurityRealmBuilder in org.wildfly.security.auth.realm
Methods in org.wildfly.security.auth.realm that return FileSystemSecurityRealmBuilderModifier and TypeMethodDescriptionFileSystemSecurityRealm.builder()Construct a new instance of the FileSystemSecurityRealmBuilder.FileSystemSecurityRealmBuilder.setEncoded(boolean encoded) Set whether the identity name should be encoded for the filename in the realm.FileSystemSecurityRealmBuilder.setHashCharset(Charset hashCharset) Set the character set to be used by the realm.FileSystemSecurityRealmBuilder.setHashEncoding(Encoding hashEncoding) Set the string format for hashed passwords to be used by the realm.FileSystemSecurityRealmBuilder.setLevels(int levels) Set the number of levels to be used by the realm.FileSystemSecurityRealmBuilder.setNameRewriter(NameRewriter nameRewriter) Set the name rewriter to be used by the realm.FileSystemSecurityRealmBuilder.setPrivateKey(PrivateKey privateKey) Set the PrivateKey to be used by the realm.FileSystemSecurityRealmBuilder.setProviders(Supplier<Provider[]> providers) Set the providers to be used by the realm.FileSystemSecurityRealmBuilder.setPublicKey(PublicKey publicKey) Set the PublicKey to be used by the realm.Set the root path to be used by the realm.FileSystemSecurityRealmBuilder.setSecretKey(SecretKey secretKey) Set the SecretKey to be used by the realm.