站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

SecurityConstraintMetaData - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.portlet.impl.jsr168.metadata
Class SecurityConstraintMetaData

java.lang.Object
  extended byorg.jboss.portal.portlet.impl.jsr168.metadata.SecurityConstraintMetaData

public class SecurityConstraintMetaData
extends java.lang.Object

Version:
$Revision: 5448 $
Author:
Boleslaw Dawidowicz

Field Summary
private  java.util.Set portlets
           
private  TransportGuarantee transportGuarantee
           
 
Constructor Summary
SecurityConstraintMetaData()
           
 
Method Summary
 void addPortlet(java.lang.String name)
           
 java.util.Set getPortlets()
           
 TransportGuarantee getTransportGuarantee()
           
 void setTransportGuarantee(TransportGuarantee guarantee)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

portlets

private java.util.Set portlets

transportGuarantee

private TransportGuarantee transportGuarantee
Constructor Detail

SecurityConstraintMetaData

public SecurityConstraintMetaData()
Method Detail

getPortlets

public java.util.Set getPortlets()

addPortlet

public void addPortlet(java.lang.String name)

setTransportGuarantee

public void setTransportGuarantee(TransportGuarantee guarantee)

getTransportGuarantee

public TransportGuarantee getTransportGuarantee()