nl.surfnet.coin.teams.domain
Class ServiceProviderGroupAcl

java.lang.Object
  extended by nl.surfnet.coin.teams.domain.ServiceProviderGroupAcl
All Implemented Interfaces:
Serializable

public class ServiceProviderGroupAcl
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ServiceProviderGroupAcl()
           
ServiceProviderGroupAcl(boolean allowGroups, boolean allowMembers, String spEntityId, long groupProviderId)
           
 
Method Summary
 long getGroupProviderId()
           
 String getSpEntityId()
           
 boolean isAllowGroups()
           
 boolean isAllowMembers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceProviderGroupAcl

public ServiceProviderGroupAcl()

ServiceProviderGroupAcl

public ServiceProviderGroupAcl(boolean allowGroups,
                               boolean allowMembers,
                               String spEntityId,
                               long groupProviderId)
Method Detail

isAllowGroups

public boolean isAllowGroups()
Returns:
the allowGroups

isAllowMembers

public boolean isAllowMembers()
Returns:
the allowMembers

getSpEntityId

public String getSpEntityId()
Returns:
the spEntityId

getGroupProviderId

public long getGroupProviderId()
Returns:
the groupProviderId


Copyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.