|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DsSecurityType | |
---|---|
org.jboss.datasources.api | Provides the interfaces and enumeration types as defined in the schema |
org.jboss.datasources.impl | Provides the implementation classes as defined in the schema |
Uses of DsSecurityType in org.jboss.datasources.api |
---|
Methods in org.jboss.datasources.api that return DsSecurityType | |
---|---|
DsSecurityType<RecoverType<T>> |
RecoverType.getOrCreateRecoverCredential()
If not already created, a new recover-credential element with the given value will be created. |
DsSecurityType<DatasourceType<T>> |
DatasourceType.getOrCreateSecurity()
If not already created, a new security element with the given value will be created. |
DsSecurityType<XaDatasourceType<T>> |
XaDatasourceType.getOrCreateSecurity()
If not already created, a new security element with the given value will be created. |
DsSecurityType<T> |
DsSecurityType.password(String password)
Sets the password element |
DsSecurityType<T> |
DsSecurityType.removePassword()
Removes the password element |
DsSecurityType<T> |
DsSecurityType.removeReauthPlugin()
Removes the reauth-plugin element |
DsSecurityType<T> |
DsSecurityType.removeSecurityDomain()
Removes the security-domain element |
DsSecurityType<T> |
DsSecurityType.removeUserName()
Removes the user-name element |
DsSecurityType<T> |
DsSecurityType.securityDomain(String securityDomain)
Sets the security-domain element |
DsSecurityType<T> |
DsSecurityType.userName(String userName)
Sets the user-name element |
Methods in org.jboss.datasources.api that return types with arguments of type DsSecurityType | |
---|---|
ExtensionType<DsSecurityType<T>> |
DsSecurityType.getOrCreateReauthPlugin()
If not already created, a new reauth-plugin element with the given value will be created. |
Uses of DsSecurityType in org.jboss.datasources.impl |
---|
Classes in org.jboss.datasources.impl that implement DsSecurityType | |
---|---|
class |
DsSecurityTypeImpl<T>
This class implements the dsSecurityType xsd type |
Methods in org.jboss.datasources.impl that return DsSecurityType | |
---|---|
DsSecurityType<RecoverType<T>> |
RecoverTypeImpl.getOrCreateRecoverCredential()
If not already created, a new recover-credential element with the given value will be created. |
DsSecurityType<DatasourceType<T>> |
DatasourceTypeImpl.getOrCreateSecurity()
If not already created, a new security element with the given value will be created. |
DsSecurityType<XaDatasourceType<T>> |
XaDatasourceTypeImpl.getOrCreateSecurity()
If not already created, a new security element with the given value will be created. |
DsSecurityType<T> |
DsSecurityTypeImpl.password(String password)
Sets the password element |
DsSecurityType<T> |
DsSecurityTypeImpl.removePassword()
Removes the password element |
DsSecurityType<T> |
DsSecurityTypeImpl.removeReauthPlugin()
Removes the reauth-plugin element |
DsSecurityType<T> |
DsSecurityTypeImpl.removeSecurityDomain()
Removes the security-domain element |
DsSecurityType<T> |
DsSecurityTypeImpl.removeUserName()
Removes the user-name element |
DsSecurityType<T> |
DsSecurityTypeImpl.securityDomain(String securityDomain)
Sets the security-domain element |
DsSecurityType<T> |
DsSecurityTypeImpl.userName(String userName)
Sets the user-name element |
Methods in org.jboss.datasources.impl that return types with arguments of type DsSecurityType | |
---|---|
ExtensionType<DsSecurityType<T>> |
DsSecurityTypeImpl.getOrCreateReauthPlugin()
If not already created, a new reauth-plugin element with the given value will be created. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |