com.wewebu.ow.server.ecmimpl.cmis
Class OwCMISLDAPCredentials
java.lang.Object
com.wewebu.ow.server.ecmimpl.OwAbstractCredentials
com.wewebu.ow.server.ecmimpl.cmis.OwCMISCredentials
com.wewebu.ow.server.ecmimpl.cmis.OwCMISLDAPCredentials
- All Implemented Interfaces:
- com.wewebu.ow.server.ecm.OwCredentials
public class OwCMISLDAPCredentials
- extends OwCMISCredentials
LDAP Credentials implementation. Containing all
references to the CMIS services, which are also initialized
in this class. Extra LDAP user information is provided through
factored OwCMISLDAPUserInfo
.
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
Fields inherited from class com.wewebu.ow.server.ecmimpl.cmis.OwCMISCredentials |
AUTH_LDAP, AUTH_NONE, CONF_NODE_WSDL_ACL, CONF_NODE_WSDL_DISCOVERY, CONF_NODE_WSDL_MULTIFILING, CONF_NODE_WSDL_NAVIGATION, CONF_NODE_WSDL_OBJECT, CONF_NODE_WSDL_POLICY, CONF_NODE_WSDL_RELATIONSHIP, CONF_NODE_WSDL_REPOSITORY, CONF_NODE_WSDL_VERSIONING |
Methods inherited from class com.wewebu.ow.server.ecmimpl.cmis.OwCMISCredentials |
createContentHandler, getACLServicePort, getACLServicePort, getContentHandler, getDiscoveryServicePort, getDiscoveryServicePort, getLoginName, getLoginPassword, getMandator, getMultiFilingservicePort, getMultiFilingservicePort, getNavigationServicePort, getNavigationServicePort, getObjectServicePort, getObjectServicePort, getPolicyServicePort, getPolicyServicePort, getRelationshipServicePort, getRelationshipServicePort, getRepositoryServicePort, getRepositoryServicePort, getSecurityHandler, getSecurityToken, getServiceURL, getUserInfo, getVersionServicePort, getVersionServicePort, invalidate, isContainerBasedAuthenticated, removeHandler, setMandator |
Methods inherited from class com.wewebu.ow.server.ecmimpl.OwAbstractCredentials |
getAuthInfo, setAuthInfo |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OwCMISLDAPCredentials
public OwCMISLDAPCredentials(com.wewebu.ow.server.util.OwXMLUtil configuration_p,
com.wewebu.ow.server.util.ldap.OwLdapConnector ldapConnector_p,
String username_p,
String password_p,
OwCMISSecurityHandlerInterface securityhandler_p,
com.wewebu.ow.server.mandator.OwMandator mandator_p)
throws com.wewebu.ow.server.exceptions.OwException
- Constructor
- Parameters:
ldapConnector_p
- username_p
- password_p
- securityhandler_p
- OwCMISSecurityHandlermandator_p
- current OwMandator
, null
for no mandator
- Throws:
com.wewebu.ow.server.exceptions.OwException
createUserInfo
protected OwCMISUserInfo createUserInfo(String userName_p)
- Description copied from class:
OwCMISCredentials
- (overridable)
- Overrides:
createUserInfo
in class OwCMISCredentials
- Returns:
- an new
OwCMISUserInfo
for the given user
getLdapConnector
public com.wewebu.ow.server.util.ldap.OwLdapConnector getLdapConnector()
- Return the currently LDAP connector which was used by this credentials instance.
- Returns:
- OwLdapConnector
- Since:
- 3.1.0.0
- See Also:
OwLdapConnector
Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.