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

All Superinterfaces:
JCAMetadata, Serializable

public interface CommonSecurity
extends JCAMetadata

A Security.

Author:
Stefano Maestri

Nested Class Summary
static class CommonSecurity.Tag
          A Tag.
 
Method Summary
 String getPassword()
          Get the password.
 String getUserName()
          Get the userName.
 

Method Detail

getUserName

String getUserName()
Get the userName.

Returns:
the userName.

getPassword

String getPassword()
Get the password.

Returns:
the password.


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