|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.ecmimpl.OwAbstractCredentials
com.wewebu.ow.server.ecmimpl.opencmis.auth.OwCMISCredentials
public class OwCMISCredentials
Credentials for CMIS.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Constructor Summary | |
---|---|
OwCMISCredentials(String user_p,
String password_p)
|
|
OwCMISCredentials(String user_p,
String password_p,
org.apache.chemistry.opencmis.commons.spi.AuthenticationProvider nativeAuthProvider)
|
Method Summary | |
---|---|
protected com.wewebu.ow.server.ecm.OwUserInfo |
createUserInfo(String userName_p)
Factory for creation of OwCMISUserInfo object. |
org.apache.chemistry.opencmis.commons.spi.AuthenticationProvider |
getAuthenticationProvider()
Getter for the native AuthenticationProvider, which may exist based on OpenCMIS documentation. |
com.wewebu.ow.server.mandator.OwMandator |
getMandator()
Get the mandator which is associated with current user. |
com.wewebu.ow.server.ecm.OwUserInfo |
getUserInfo()
|
void |
invalidate()
|
void |
setMandator(com.wewebu.ow.server.mandator.OwMandator mandator_p)
Set the OwMandator object associated with current user. |
Methods inherited from class com.wewebu.ow.server.ecmimpl.OwAbstractCredentials |
---|
getAuthInfo, getSecurityToken, isContainerBasedAuthenticated, setAuthInfo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OwCMISCredentials(String user_p, String password_p) throws com.wewebu.ow.server.exceptions.OwConfigurationException
com.wewebu.ow.server.exceptions.OwConfigurationException
public OwCMISCredentials(String user_p, String password_p, org.apache.chemistry.opencmis.commons.spi.AuthenticationProvider nativeAuthProvider) throws com.wewebu.ow.server.exceptions.OwConfigurationException
com.wewebu.ow.server.exceptions.OwConfigurationException
Method Detail |
---|
protected com.wewebu.ow.server.ecm.OwUserInfo createUserInfo(String userName_p) throws com.wewebu.ow.server.exceptions.OwException
userName_p
- String name used for logged in user
com.wewebu.ow.server.exceptions.OwException
public com.wewebu.ow.server.mandator.OwMandator getMandator()
public com.wewebu.ow.server.ecm.OwUserInfo getUserInfo() throws com.wewebu.ow.server.exceptions.OwException
com.wewebu.ow.server.exceptions.OwException
public void invalidate() throws com.wewebu.ow.server.exceptions.OwException
com.wewebu.ow.server.exceptions.OwException
public void setMandator(com.wewebu.ow.server.mandator.OwMandator mandator_p)
mandator_p
- OwMandatorpublic org.apache.chemistry.opencmis.commons.spi.AuthenticationProvider getAuthenticationProvider()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |