Uses of Class
org.wildfly.security.auth.realm.LegacyPropertiesSecurityRealm.Builder
-
Uses of LegacyPropertiesSecurityRealm.Builder in org.wildfly.security.auth.realm
Methods in org.wildfly.security.auth.realm that return LegacyPropertiesSecurityRealm.BuilderModifier and TypeMethodDescriptionLegacyPropertiesSecurityRealm.builder()Obtain a newLegacyPropertiesSecurityRealm.Buildercapable of building aLegacyPropertiesSecurityRealm.LegacyPropertiesSecurityRealm.Builder.setDefaultRealm(String defaultRealm) Set the default realm name to use if no realm name is discovered in the properties file.LegacyPropertiesSecurityRealm.Builder.setGroupsAttribute(String groupsAttribute) Where this realm returns anAuthorizationIdentityset the key on the Attributes that will be used to hold the group membership information.LegacyPropertiesSecurityRealm.Builder.setGroupsStream(InputStream groupsStream) Set theInputStreamto use to load the group information.LegacyPropertiesSecurityRealm.Builder.setHashCharset(Charset hashCharset) Set the character set to use when converting the password string to a byte array.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.setPlainText(boolean plainText) Set format of users property file - if the passwords are stored in plain text.LegacyPropertiesSecurityRealm.Builder.setProviders(Supplier<Provider[]> providers) Set the supplier forProviderinstanced for use bu the realm.LegacyPropertiesSecurityRealm.Builder.setUsersStream(InputStream usersStream) Set theInputStreamto use to load the users.