org.jboss.portal.portlet.support.info
Class SecurityInfoSupport

java.lang.Object
  extended by org.jboss.portal.portlet.support.info.SecurityInfoSupport
All Implemented Interfaces:
SecurityInfo

public class SecurityInfoSupport
extends java.lang.Object
implements SecurityInfo

Version:
$Revision: 5448 $
Author:
Julien Viet

Constructor Summary
SecurityInfoSupport()
           
SecurityInfoSupport(java.util.Set transportGuarantees)
           
 
Method Summary
 boolean containsTransportGuarantee(TransportGuarantee transportGuarantee)
           
 java.util.Set getTransportGuarantees()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityInfoSupport

public SecurityInfoSupport(java.util.Set transportGuarantees)

SecurityInfoSupport

public SecurityInfoSupport()
Method Detail

containsTransportGuarantee

public boolean containsTransportGuarantee(TransportGuarantee transportGuarantee)
Specified by:
containsTransportGuarantee in interface SecurityInfo

getTransportGuarantees

public java.util.Set getTransportGuarantees()
Specified by:
getTransportGuarantees in interface SecurityInfo