lumis.util.security.acl.serialization
Class AccessControlListEntrySerializableConfig

Package class diagram package AccessControlListEntrySerializableConfig
java.lang.Object
  extended by lumis.util.security.acl.serialization.AccessControlListEntrySerializableConfig

public class AccessControlListEntrySerializableConfig
extends Object

Serializable value object for ACL Entry structure properties

Since:
4.2.0

Constructor Summary
AccessControlListEntrySerializableConfig()
           
 
Method Summary
 String getChannelId()
           
 String getId()
           
 int getPrincipalType()
           
 boolean isExternal()
          Returns if the principal is external to the channel being exported.
 void setChannelId(String channelId)
           
 void setExternal(boolean external)
          Sets whether the principal is external to the channel being exported.
 void setId(String id)
           
 void setPrincipalType(int principalType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessControlListEntrySerializableConfig

public AccessControlListEntrySerializableConfig()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getPrincipalType

public int getPrincipalType()

setPrincipalType

public void setPrincipalType(int principalType)

getChannelId

public String getChannelId()

setChannelId

public void setChannelId(String channelId)

isExternal

public boolean isExternal()
Returns if the principal is external to the channel being exported.

Returns:
true if the principal is external.
Since:
4.2.1

setExternal

public void setExternal(boolean external)
Sets whether the principal is external to the channel being exported.

Parameters:
external -
Since:
4.2.1


Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.