|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jca.common.metadata.ds.DsSecurityImpl
public class DsSecurityImpl

A SecurityImpl.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jboss.jca.common.api.metadata.ds.DsSecurity |
|---|
org.jboss.jca.common.api.metadata.ds.DsSecurity.Tag |
| Constructor Summary | |
|---|---|
DsSecurityImpl(String userName,
String password,
String securityDomain)
Create a new SecurityImpl. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getPassword()
Get the password. |
String |
getSecurityDomain()
Get the securityDomainManaged. |
String |
getUserName()
Get the userName. |
int |
hashCode()
|
String |
toString()
|
void |
validate()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DsSecurityImpl(String userName,
String password,
String securityDomain)
throws org.jboss.jca.common.api.validator.ValidateException
userName - userNamepassword - passwordsecurityDomain - securityDomain
org.jboss.jca.common.api.validator.ValidateException - ValidateException| Method Detail |
|---|
public final String getUserName()
getUserName in interface org.jboss.jca.common.api.metadata.ds.DsSecuritypublic final String getPassword()
getPassword in interface org.jboss.jca.common.api.metadata.ds.DsSecuritypublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Objectpublic final String getSecurityDomain()
getSecurityDomain in interface org.jboss.jca.common.api.metadata.ds.DsSecurity
public void validate()
throws org.jboss.jca.common.api.validator.ValidateException
validate in interface org.jboss.jca.common.api.metadata.ValidatableMetadataorg.jboss.jca.common.api.validator.ValidateException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||