org.apache.jetspeed.serializer.objects
Class JSUserRoles

java.lang.Object
  extended by org.apache.jetspeed.serializer.objects.JSUserRoles
Direct Known Subclasses:
JSClientCapabilities, JSClientMimeTypes, JSUserGroups, JSUserUsers

public class JSUserRoles
extends Object

Jetspeed Serializer - Simple User Roles Wrapper

Wrapper to process XML representation of a set of user roles - used only for binding

Version:
$Id: $
Author:
Hajo Birthelmer

Field Summary
(package private)  String roles
           
private static javolution.xml.XMLFormat XML
           
 
Constructor Summary
JSUserRoles()
           
JSUserRoles(String s)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

roles

String roles

XML

private static final javolution.xml.XMLFormat XML
Constructor Detail

JSUserRoles

public JSUserRoles()

JSUserRoles

public JSUserRoles(String s)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.