static LegacyPropertiesSecurityRealm.Builder |
LegacyPropertiesSecurityRealm.builder() |
|
LegacyPropertiesSecurityRealm.Builder |
LegacyPropertiesSecurityRealm.Builder.setDefaultRealm(String defaultRealm) |
Set the default realm name to use if no realm name is discovered in the properties file.
|
LegacyPropertiesSecurityRealm.Builder |
LegacyPropertiesSecurityRealm.Builder.setGroupsAttribute(String groupsAttribute) |
Where this realm returns an AuthorizationIdentity set the key on the Attributes that will be used to hold the
group membership information.
|
LegacyPropertiesSecurityRealm.Builder |
LegacyPropertiesSecurityRealm.Builder.setGroupsStream(InputStream groupsStream) |
Set the InputStream to use to load the group information.
|
LegacyPropertiesSecurityRealm.Builder |
LegacyPropertiesSecurityRealm.Builder.setHashCharset(Charset hashCharset) |
Set the character set to use when converting the password string
to a byte array.
|
LegacyPropertiesSecurityRealm.Builder |
LegacyPropertiesSecurityRealm.Builder.setHashEncoding(Encoding hashEncoding) |
Set the string format for the password in the properties file if they are not
stored in plain text.
|
LegacyPropertiesSecurityRealm.Builder |
LegacyPropertiesSecurityRealm.Builder.setPlainText(boolean plainText) |
Set format of users property file - if the passwords are stored in plain text.
|
LegacyPropertiesSecurityRealm.Builder |
LegacyPropertiesSecurityRealm.Builder.setProviders(Supplier<Provider[]> providers) |
Set the supplier for Provider instanced for use bu the realm.
|
LegacyPropertiesSecurityRealm.Builder |
LegacyPropertiesSecurityRealm.Builder.setUsersStream(InputStream usersStream) |
|