com.atlassian.crowd.integration.jive
Class CrowdAuthFactory

java.lang.Object
  extended by AuthFactory
      extended by com.atlassian.crowd.integration.jive.CrowdAuthFactory

public class CrowdAuthFactory
extends AuthFactory


Constructor Summary
CrowdAuthFactory()
           
 
Method Summary
 AuthToken createAnonymousAuthToken()
           
 AuthToken createAuthToken(String username, String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrowdAuthFactory

public CrowdAuthFactory()
Method Detail

createAuthToken

public AuthToken createAuthToken(String username,
                                 String password)
                          throws UnauthorizedException
Throws:
UnauthorizedException

createAnonymousAuthToken

public AuthToken createAnonymousAuthToken()


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.