|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
Method Summary | |
---|---|
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 |
Method Detail |
---|
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 default
boolean isContainerBasedAuthenticated() throws OwException
OwException
- if problem occur during investigate of authenticationString getAuthInfo(String infoKey_p)
infoKey_p
- String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |