com.wewebu.ow.server.auth
Interface OwAuthentication

All Superinterfaces:
Principal, Serializable
All Known Implementing Classes:
OwCredentialsAuthentication

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

Since:
4.0.0.0

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

getUserName

String getUserName()

getPassword

String getPassword()

getLoginMap

Map<String,String> getLoginMap()
Deprecated. This will be removed in the near future. Use Principal.getName() and getPassword() instead.


getOWDCredentials

OwCredentials getOWDCredentials()

isAuthenticated

boolean isAuthenticated()


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.