public interface LoginConfigType<T> extends Child<T>
login-configType
xsd typeModifier and Type | Method and Description |
---|---|
LoginConfigType<T> |
authMethod(String authMethod)
Sets the
auth-method element |
String |
getAuthMethod()
Returns the
auth-method element |
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> |
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> |
removeRealmName()
Removes the
realm-name element |
LoginConfigType<T> authMethod(String authMethod)
auth-method
elementauthMethod
- the value for the element auth-method
LoginConfigType
String getAuthMethod()
auth-method
elementauth-method
LoginConfigType<T> removeAuthMethod()
auth-method
elementLoginConfigType
LoginConfigType<T> realmName(String realmName)
realm-name
elementrealmName
- the value for the element realm-name
LoginConfigType
String getRealmName()
realm-name
elementrealm-name
LoginConfigType<T> removeRealmName()
realm-name
elementLoginConfigType
FormLoginConfigType<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
elementLoginConfigType
Copyright © 2013 JBoss by Red Hat. All rights reserved.