public interface OwCredentials
Base interface for the user Credentials and Session context for the login to the ECM System.
Created after login to the ECM System. Holds Session information and user authentication / authorization information.
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
Modifier and Type | Method and Description |
---|---|
String |
getAuthInfo(String infoKey_p)
Return the String which is associated with the requested key.
|
String |
getSecurityToken(OwResource resource_p)
get security token used for SSO between different applications accessing the same ECM system
|
OwUserInfo |
getUserInfo()
get user information object for the logged on user
|
void |
invalidate()
close connection, invalid credentials object
|
boolean |
isContainerBasedAuthenticated()
check the current user is authenticated container based
|
OwUserInfo getUserInfo() throws Exception
Exception
- if could not retrieve representing OwUserInfo objectvoid invalidate() throws Exception
Exception
- if invalidation creates problemsString getSecurityToken(OwResource resource_p)
resource_p
- OwResource of subsystem or null to use defaultboolean isContainerBasedAuthenticated() throws OwException
OwException
- if problem occur during investigate of authenticationCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.