Class PwdCredentialAccount

  • All Implemented Interfaces:
    io.undertow.security.idm.Account, Serializable

    public class PwdCredentialAccount
    extends BaseAccount
    Account implementation that holds PasswordCredential
    Author:
    Andrea Di Cesare <andrea@softinstigate.com>
    See Also:
    Serialized Form
    • Constructor Detail

      • PwdCredentialAccount

        public PwdCredentialAccount​(String name,
                                    char[] password,
                                    Set<String> roles)
        Parameters:
        name -
        password -
        roles -
    • Method Detail

      • getCredentials

        public io.undertow.security.idm.PasswordCredential getCredentials()
        Returns: