Interface Credential
-
- All Superinterfaces:
JCAMetadata,SecurityMetadata,Serializable,ValidatableMetadata
- All Known Subinterfaces:
DsSecurity
public interface Credential extends JCAMetadata, ValidatableMetadata, SecurityMetadata
A Security.- Author:
- Stefano Maestri
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCredential.TagA Tag.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPassword()Get the password.StringgetSecurityDomain()get the security domain for pure security-domain security managementStringgetUserName()Get the userName.-
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
-
getUserName
String getUserName()
Get the userName.- Returns:
- the userName.
-
getPassword
String getPassword()
Get the password.- Returns:
- the password.
-
getSecurityDomain
String getSecurityDomain()
get the security domain for pure security-domain security management- Returns:
- the security-domain to use
-
-