|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.ecmimpl.OwAbstractCredentials
public abstract class OwAbstractCredentials
Abstract implementation of OwCredentials. The method getAuthInfo is implemented based on a map of strings.
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 | |
---|---|
OwAbstractCredentials()
|
|
OwAbstractCredentials(String user_p)
|
|
OwAbstractCredentials(String user_p,
String password_p)
|
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 |
boolean |
isContainerBasedAuthenticated()
check the current user is authenticated container based |
protected String |
setAuthInfo(String key_p,
String value_p)
Define a specific authentication key-value association. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.wewebu.ow.server.ecm.OwCredentials |
---|
getUserInfo, invalidate |
Constructor Detail |
---|
public OwAbstractCredentials()
public OwAbstractCredentials(String user_p)
public OwAbstractCredentials(String user_p, String password_p)
Method Detail |
---|
public String getAuthInfo(String infoKey_p)
OwCredentials
getAuthInfo
in interface OwCredentials
infoKey_p
- String
OwCredentialsConstants
protected String setAuthInfo(String key_p, String value_p)
key_p
- String key association partvalue_p
- String value association part
getAuthInfo(String)
public String getSecurityToken(OwResource resource_p)
OwCredentials
getSecurityToken
in interface OwCredentials
resource_p
- OwResource of subsystem or null to use default
public boolean isContainerBasedAuthenticated() throws OwException
OwCredentials
isContainerBasedAuthenticated
in interface OwCredentials
OwException
- if problem occur during investigate of authentication
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |