Uses of Class
org.wildfly.extras.creaper.commands.security.realms.AddSecretAuthentication.Builder

Packages that use AddSecretAuthentication.Builder
org.wildfly.extras.creaper.commands.security.realms   
 

Uses of AddSecretAuthentication.Builder in org.wildfly.extras.creaper.commands.security.realms
 

Methods in org.wildfly.extras.creaper.commands.security.realms that return AddSecretAuthentication.Builder
 AddSecretAuthentication.Builder AddSecretAuthentication.Builder.password(String password)
          This method will encode the provided password using Base64.
 AddSecretAuthentication.Builder AddSecretAuthentication.Builder.passwordBase64(String password)
          This method expects the provided password to be already encoded using Base64.
 

Constructors in org.wildfly.extras.creaper.commands.security.realms with parameters of type AddSecretAuthentication.Builder
AddSecretAuthentication(AddSecretAuthentication.Builder builder)
           
 



Copyright © 2016. All rights reserved.