org.jboss.jca.common.api.metadata.common
Interface Credential

All Superinterfaces:
JCAMetadata, Serializable, ValidatableMetadata
All Known Subinterfaces:
DsSecurity

public interface Credential
extends JCAMetadata, ValidatableMetadata

A Security.

Author:
Stefano Maestri

Nested Class Summary
static class Credential.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/)