org.pentaho.platform.security.policy.rolebased.ws
Class JaxbSafeRoleBindingStruct

java.lang.Object
  extended by org.pentaho.platform.security.policy.rolebased.ws.JaxbSafeRoleBindingStruct

public class JaxbSafeRoleBindingStruct
extends Object

JAXB-safe version of RoleBindingStruct. (RoleBindingStruct has contains a Map.)

Author:
mlowery
See Also:
RoleBindingStruct

Field Summary
 List<StringKeyListValueMapEntry> bindingMapEntries
           
 List<StringKeyStringValueMapEntry> logicalRoleNameMapEntries
           
 
Constructor Summary
JaxbSafeRoleBindingStruct()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logicalRoleNameMapEntries

public List<StringKeyStringValueMapEntry> logicalRoleNameMapEntries

bindingMapEntries

public List<StringKeyListValueMapEntry> bindingMapEntries
Constructor Detail

JaxbSafeRoleBindingStruct

public JaxbSafeRoleBindingStruct()