Interface DsSecurity
-
- All Superinterfaces:
Credential,JCAMetadata,SecurityMetadata,Serializable,ValidatableMetadata
public interface DsSecurity extends Credential
A DsSecurity.- Author:
- Stefano Maestri
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDsSecurity.TagA Tag.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtensiongetReauthPlugin()Get the reauthPlugin extension-
Methods inherited from interface org.jboss.jca.common.api.metadata.common.Credential
getPassword, getSecurityDomain, getUserName
-
Methods inherited from interface org.jboss.jca.common.api.metadata.common.SecurityMetadata
resolveSecurityDomain
-
Methods inherited from interface org.jboss.jca.common.api.metadata.ValidatableMetadata
validate
-
-
-
-
Method Detail
-
getReauthPlugin
Extension getReauthPlugin()
Get the reauthPlugin extension- Returns:
- the reauthPlugin
-
-