org.jboss.portal.portlet.impl.info
Class ContainerSecurityInfo
java.lang.Object
org.jboss.portal.portlet.impl.info.ContainerSecurityInfo
- All Implemented Interfaces:
- SecurityInfo
public class ContainerSecurityInfo
- extends java.lang.Object
- implements SecurityInfo
- Version:
- $Revision: 6697 $
- Author:
- Julien Viet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContainerSecurityInfo
public ContainerSecurityInfo()
getRoleRef
public java.lang.String getRoleRef(java.lang.String roleName)
containsRoleRef
public boolean containsRoleRef(java.lang.String roleName)
addRoleRef
public void addRoleRef(java.lang.String roleName,
java.lang.String roleLink)
addTransportGuarantee
public void addTransportGuarantee(TransportGuarantee transportGuarantee)
containsTransportGuarantee
public boolean containsTransportGuarantee(TransportGuarantee transportGuarantee)
- Specified by:
containsTransportGuarantee in interface SecurityInfo
- Parameters:
transportGuarantee - the transport guarantee
- Returns:
- true if the transport guarantee is contained
getTransportGuarantees
public java.util.Set<TransportGuarantee> getTransportGuarantees()
- Specified by:
getTransportGuarantees in interface SecurityInfo
- Returns:
- the set of transport guarantees
Copyright © 2008. All Rights Reserved.