Uses of Class
org.infinispan.server.security.realm.EncryptedPropertiesSecurityRealm.Builder
Packages that use EncryptedPropertiesSecurityRealm.Builder
-
Uses of EncryptedPropertiesSecurityRealm.Builder in org.infinispan.server.security.realm
Methods in org.infinispan.server.security.realm that return EncryptedPropertiesSecurityRealm.BuilderModifier and TypeMethodDescriptionEncryptedPropertiesSecurityRealm.builder()Obtain a newEncryptedPropertiesSecurityRealm.Buildercapable of building aEncryptedPropertiesSecurityRealm.EncryptedPropertiesSecurityRealm.Builder.setDefaultRealm(String defaultRealm) Set the default realm name to use if no realm name is discovered in the properties file.EncryptedPropertiesSecurityRealm.Builder.setGroupsAttribute(String groupsAttribute) Where this realm returns anAuthorizationIdentityset the key on the Attributes that will be used to hold the group membership information.EncryptedPropertiesSecurityRealm.Builder.setPlainText(boolean plainText) Set format of users property file - if the passwords are stored in plain text.