|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LoginConfigType<T>
This interface defines the contract for the login-configType
xsd type
Original Documentation:
The login-configType is used to configure the authentication
method that should be used, the realm name that should be
used for this application, and the attributes that are
needed by the form login mechanism.
Used in: web-app
Method Summary | |
---|---|
FormLoginConfigType<LoginConfigType<T>> |
formLoginConfig()
If not already created, a new form-login-config element will be created and returned. |
java.lang.String |
getAuthMethod()
Returns the auth-method element |
java.lang.String |
getRealmName()
Returns 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> |
setAuthMethod(java.lang.String authMethod)
If not already created, a new auth-method element with the given value will be created. |
LoginConfigType<T> |
setRealmName(java.lang.String realmName)
If not already created, a new realm-name element with the given value will be created. |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
LoginConfigType<T> setAuthMethod(java.lang.String authMethod)
auth-method
element with the given value will be created.
Otherwise, the existing auth-method
element will be updated with the given value.
LoginConfigType
LoginConfigType<T> removeAuthMethod()
auth-method
element
LoginConfigType
java.lang.String getAuthMethod()
auth-method
element
auth-method
LoginConfigType<T> setRealmName(java.lang.String realmName)
realm-name
element with the given value will be created.
Otherwise, the existing realm-name
element will be updated with the given value.
LoginConfigType
LoginConfigType<T> removeRealmName()
realm-name
element
LoginConfigType
java.lang.String getRealmName()
realm-name
element
realm-name
LoginConfigType<T> removeFormLoginConfig()
form-login-config
element
LoginConfigType
FormLoginConfigType<LoginConfigType<T>> formLoginConfig()
form-login-config
element will be created and returned.
Otherwise, the existing form-login-config
element will be returned.
form-login-config
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |