org.apache.chemistry.opencmis.server.impl.webservices
Class AuthHandler.AttributedString
java.lang.Object
org.apache.chemistry.opencmis.server.impl.webservices.AuthHandler.AttributedString
- Direct Known Subclasses:
- AuthHandler.PasswordString
- Enclosing class:
- AuthHandler
public static class AuthHandler.AttributedString
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
protected String value
id
protected String id
AuthHandler.AttributedString
public AuthHandler.AttributedString()
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.