Atavism Version 2018.1AGIS API

atavism.agis.util
Class WordpressAccountConnector

java.lang.Object
  extended by atavism.server.objects.RemoteAccountConnector
      extended by atavism.agis.util.WordpressAccountConnector

public class WordpressAccountConnector
extends RemoteAccountConnector

Test AccountConnector that was not completed. Only use if you can finish the code.

Author:
Andrew

Nested Class Summary
 
Nested classes/interfaces inherited from class atavism.server.objects.RemoteAccountConnector
RemoteAccountConnector.AccountLoginStatus
 
Field Summary
 
Fields inherited from class atavism.server.objects.RemoteAccountConnector
accountID, allowAccountCreation
 
Constructor Summary
WordpressAccountConnector()
           
 
Method Summary
 RemoteAccountConnector.AccountLoginStatus createAccount(java.lang.String accountName, java.lang.String email, java.lang.String password, java.util.HashMap<java.lang.String,java.lang.Object> props)
           
 void setUrl(java.lang.String url)
           
 RemoteAccountConnector.AccountLoginStatus verifyAccount(java.lang.String accountName, java.lang.String password, java.util.HashMap<java.lang.String,java.lang.Object> props)
          Create a new character.
 
Methods inherited from class atavism.server.objects.RemoteAccountConnector
allowAccountCreation, getAccountID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WordpressAccountConnector

public WordpressAccountConnector()
Method Detail

verifyAccount

public RemoteAccountConnector.AccountLoginStatus verifyAccount(java.lang.String accountName,
                                                               java.lang.String password,
                                                               java.util.HashMap<java.lang.String,java.lang.Object> props)
Description copied from class: RemoteAccountConnector
Create a new character.

Specified by:
verifyAccount in class RemoteAccountConnector
Returns:
Boolean representing whether the login was successful

createAccount

public RemoteAccountConnector.AccountLoginStatus createAccount(java.lang.String accountName,
                                                               java.lang.String email,
                                                               java.lang.String password,
                                                               java.util.HashMap<java.lang.String,java.lang.Object> props)
Specified by:
createAccount in class RemoteAccountConnector

setUrl

public void setUrl(java.lang.String url)


Copyright © 2018 Dragonsan Studios Sp. z o.o.