|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OwAuthentication
Interface of an Authentication object, which will be provided during an authentication. Implementations represent tokens for authenticated principals.
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 | |
---|---|
Map<String,String> |
getLoginMap()
Deprecated. This will be removed in the near future. Use Principal.getName() and getPassword() instead. |
OwCredentials |
getOWDCredentials()
|
String |
getPassword()
|
String |
getUserName()
|
boolean |
isAuthenticated()
|
Methods inherited from interface java.security.Principal |
---|
equals, getName, hashCode, toString |
Method Detail |
---|
String getUserName()
String getPassword()
Map<String,String> getLoginMap()
Principal.getName()
and getPassword()
instead.
OwCredentials getOWDCredentials()
boolean isAuthenticated()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |