Package | Description |
---|---|
org.alfresco.mobile.android.api.session.authentication |
Provides all authentication tools and methods.
|
org.alfresco.mobile.android.api.session.authentication.impl | |
org.alfresco.mobile.android.api.session.impl |
Implementation of all session object.
|
org.alfresco.mobile.android.test |
Modifier and Type | Interface and Description |
---|---|
interface |
BasicAuthenticationProvider
Implementation of Basic AuthenticationProvider.
|
interface |
OAuthAuthenticationProvider
Implementation of OAuth2 AuthenticationProvider.
|
interface |
SamlAuthenticationProvider
Implementation of SAML 2 AuthenticationProvider.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationProviderImpl
Abstract base class for all AuthenticationProvider.
|
class |
BasicAuthenticationProviderImpl |
class |
OAuth2AuthenticationProviderImpl
OAuth2 Implementation of OAuthAuthenticationProvider.
|
class |
Saml2AuthenticationProviderImpl
Saml V2 Implementation of AuthenticationProvider.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationProvider |
PassthruAuthenticationProviderImpl.getAlfrescoAuthenticationProvider() |
Constructor and Description |
---|
PassthruAuthenticationProviderImpl(AuthenticationProvider alfrescoAuthenticationProvider) |
Modifier and Type | Field and Description |
---|---|
protected AuthenticationProvider |
AbstractAlfrescoSessionImpl.authenticator
Authentication Provider.
|
Modifier and Type | Method and Description |
---|---|
protected AuthenticationProvider |
AbstractAlfrescoSessionImpl.createAuthenticationProvider(String className)
Create the Alfresco AuthenticationProvider.
|
AuthenticationProvider |
AbstractAlfrescoSessionImpl.getAuthenticationProvider() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.chemistry.opencmis.client.api.Session |
AbstractAlfrescoSessionImpl.createSession(org.apache.chemistry.opencmis.client.api.SessionFactory sessionFactory,
AuthenticationProvider authenticator,
Map<String,String> param) |
Modifier and Type | Method and Description |
---|---|
protected AuthenticationProvider |
AlfrescoSDKTestCase.getAuthenticationProvider() |
protected AuthenticationProvider |
AlfrescoSDKTestCase.getAuthenticationProvider(AlfrescoSession session) |
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.