org.jboss.metadata.rar.jboss.mcf
Class SecurityMetaData

java.lang.Object
  extended by org.jboss.metadata.rar.jboss.mcf.SecurityMetaData
All Implemented Interfaces:
Serializable, SecurityMetaDataSupport
Direct Known Subclasses:
ApplicationManagedSecurityMetaData, SecurityDomainApplicationManagedMetaData, SecurityDomainMetaData

public class SecurityMetaData
extends Object
implements Serializable, SecurityMetaDataSupport

A SecurityMetaData.

Version:
$Revision: 84046 $
Author:
Weston Price, Jeff Zhang
See Also:
Serialized Form

Field Summary
protected  SecurityDeploymentType type
           
 
Constructor Summary
SecurityMetaData()
           
 
Method Summary
 String getDomain()
           
 SecurityDeploymentType getSecurityDeploymentType()
           
 boolean requiresDomain()
           
 void setDomain(String domain)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected SecurityDeploymentType type
Constructor Detail

SecurityMetaData

public SecurityMetaData()
Method Detail

requiresDomain

public boolean requiresDomain()
Specified by:
requiresDomain in interface SecurityMetaDataSupport

getDomain

public String getDomain()
Specified by:
getDomain in interface SecurityMetaDataSupport

setDomain

public void setDomain(String domain)

getSecurityDeploymentType

public SecurityDeploymentType getSecurityDeploymentType()
Specified by:
getSecurityDeploymentType in interface SecurityMetaDataSupport


Copyright © 2009 JBoss Inc.. All Rights Reserved.