org.apache.chemistry.opencmis.server.impl.webservices
Class AuthHandler.AttributedString

java.lang.Object
  extended by org.apache.chemistry.opencmis.server.impl.webservices.AuthHandler.AttributedString
Direct Known Subclasses:
AuthHandler.PasswordString
Enclosing class:
AuthHandler

public static class AuthHandler.AttributedString
extends Object


Field Summary
protected  String id
           
protected  String value
           
 
Constructor Summary
AuthHandler.AttributedString()
           
 
Method Summary
 String getId()
           
 Map<QName,String> getOtherAttributes()
           
 String getValue()
           
 void setId(String value)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected String value

id

protected String id
Constructor Detail

AuthHandler.AttributedString

public AuthHandler.AttributedString()
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)

getId

public String getId()

setId

public void setId(String value)

getOtherAttributes

public Map<QName,String> getOtherAttributes()


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.