public class AuthenticationConfiguration extends Object
Constructor and Description |
---|
AuthenticationConfiguration(AttributeSet attributes) |
Modifier and Type | Method and Description |
---|---|
AttributeSet |
attributes() |
CallbackHandler |
callbackHandler() |
Subject |
clientSubject() |
boolean |
enabled() |
boolean |
equals(Object o) |
int |
hashCode() |
char[] |
password() |
String |
realm() |
String |
saslMechanism() |
Map<String,String> |
saslProperties() |
String |
serverName() |
String |
toString() |
String |
username() |
public AuthenticationConfiguration(AttributeSet attributes)
public AttributeSet attributes()
public CallbackHandler callbackHandler()
public boolean enabled()
public String username()
public char[] password()
public String realm()
public String saslMechanism()
public String serverName()
public Subject clientSubject()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.