org.apache.chemistry.opencmis.server.impl.webservices
Class AuthHandler.UsernameTokenType
java.lang.Object
org.apache.chemistry.opencmis.server.impl.webservices.AuthHandler.UsernameTokenType
- Enclosing class:
- AuthHandler
public static class AuthHandler.UsernameTokenType
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
username
protected AuthHandler.AttributedString username
any
protected List<Object> any
id
protected String id
AuthHandler.UsernameTokenType
public AuthHandler.UsernameTokenType()
getUsername
public AuthHandler.AttributedString getUsername()
setUsername
public void setUsername(AuthHandler.AttributedString value)
getAny
public List<Object> getAny()
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.