
public interface LoginConfigType<T> extends Child<T>, JavaeeLoginConfigCommonType<T,LoginConfigType<T>,FormLoginConfigType<LoginConfigType<T>>>
login-configType xsd type| Modifier and Type | Method and Description |
|---|---|
LoginConfigType<T> |
authMethod(String authMethod)
Sets the
auth-method element |
String |
getAuthMethod()
Returns the
auth-method element |
String |
getId()
Returns the
id attribute |
FormLoginConfigType<LoginConfigType<T>> |
getOrCreateFormLoginConfig()
If not already created, a new
form-login-config element with the given value will be created. |
String |
getRealmName()
Returns the
realm-name element |
LoginConfigType<T> |
id(String id)
Sets the
id attribute |
LoginConfigType<T> |
realmName(String realmName)
Sets the
realm-name element |
LoginConfigType<T> |
removeAuthMethod()
Removes the
auth-method element |
LoginConfigType<T> |
removeFormLoginConfig()
Removes the
form-login-config element |
LoginConfigType<T> |
removeId()
Removes the
id attribute |
LoginConfigType<T> |
removeRealmName()
Removes the
realm-name element |
LoginConfigType<T> authMethod(String authMethod)
auth-method elementauthMethod - the value for the element auth-methodLoginConfigTypeString getAuthMethod()
auth-method elementauth-methodLoginConfigType<T> removeAuthMethod()
auth-method elementLoginConfigTypeLoginConfigType<T> realmName(String realmName)
realm-name elementrealmName - the value for the element realm-nameLoginConfigTypeString getRealmName()
realm-name elementrealm-nameLoginConfigType<T> removeRealmName()
realm-name elementLoginConfigTypeFormLoginConfigType<LoginConfigType<T>> getOrCreateFormLoginConfig()
form-login-config element with the given value will be created.
Otherwise, the existing form-login-config element will be returned.FormLoginConfigType> LoginConfigType<T> removeFormLoginConfig()
form-login-config elementLoginConfigTypeLoginConfigType<T> id(String id)
id attributeid - the value for the attribute idLoginConfigTypeString getId()
id attributeidLoginConfigType<T> removeId()
id attributeLoginConfigTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.