public interface OwAuthentication extends Principal, Serializable
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
Modifier and Type | Method and Description |
---|---|
OwCredentials |
getOWDCredentials() |
String |
getPassword() |
String |
getUserName() |
boolean |
isAuthenticated() |
String getUserName()
String getPassword()
OwCredentials getOWDCredentials()
boolean isAuthenticated()
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.