|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RecoverType<T>
This interface defines the contract for the recoverType
xsd type
Method Summary | |
---|---|
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 |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
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
element
RecoverType
ExtensionType<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
element
RecoverType
RecoverType<T> noRecovery(Boolean noRecovery)
no-recovery
attribute
noRecovery
- the value for the attribute no-recovery
RecoverType
Boolean isNoRecovery()
no-recovery
attribute
no-recovery
RecoverType<T> removeNoRecovery()
no-recovery
attribute
RecoverType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |