public interface RecoverType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
recoverType xsd type| Modifier and Type | Method and Description |
|---|---|
DsSecurityType<RecoverType<T>> |
getOrCreateRecoverCredential()
If not already created, a new
recover-credential element with the given value will be created. |
ExtensionType<RecoverType<T>> |
getOrCreateRecoverPlugin()
If not already created, a new
recover-plugin element with the given value will be created. |
Boolean |
isNoRecovery()
Returns the
no-recovery attribute |
RecoverType<T> |
noRecovery(Boolean noRecovery)
Sets the
no-recovery attribute |
RecoverType<T> |
removeNoRecovery()
Removes the
no-recovery attribute |
RecoverType<T> |
removeRecoverCredential()
Removes the
recover-credential element |
RecoverType<T> |
removeRecoverPlugin()
Removes the
recover-plugin element |
DsSecurityType<RecoverType<T>> getOrCreateRecoverCredential()
recover-credential element with the given value will be created.
Otherwise, the existing recover-credential element will be returned.DsSecurityType> RecoverType<T> removeRecoverCredential()
recover-credential elementRecoverTypeExtensionType<RecoverType<T>> getOrCreateRecoverPlugin()
recover-plugin element with the given value will be created.
Otherwise, the existing recover-plugin element will be returned.ExtensionType> RecoverType<T> removeRecoverPlugin()
recover-plugin elementRecoverTypeRecoverType<T> noRecovery(Boolean noRecovery)
no-recovery attributenoRecovery - the value for the attribute no-recoveryRecoverTypeBoolean isNoRecovery()
no-recovery attributeno-recoveryRecoverType<T> removeNoRecovery()
no-recovery attributeRecoverTypeCopyright © 2013 IronJacamar (http://www.ironjacamar.org)