org.jboss.jca.common.api.metadata.ds
Interface DsSecurity

All Superinterfaces:
JCAMetadata, Serializable, ValidatableMetadata

public interface DsSecurity
extends JCAMetadata, ValidatableMetadata

A Security.

Author:
Stefano Maestri

Nested Class Summary
static class DsSecurity.Tag
          A Tag.
 
Method Summary
 String getPassword()
          Get the password.
 String getSecurityDomain()
          get the security domain for pure security-domain security management
 String getUserName()
          Get the userName.
 
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


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)