AeroGear Android Libary 1.0.0.M1

org.jboss.aerogear.android.authentication.impl
Class AGSecurityAuthenticationConfig

java.lang.Object
  extended by org.jboss.aerogear.android.authentication.AuthenticationConfig
      extended by org.jboss.aerogear.android.authentication.impl.AGSecurityAuthenticationConfig

public final class AGSecurityAuthenticationConfig
extends AuthenticationConfig

A config object for AG Security services.

See Also:
AG Security Endpoint Doc

Constructor Summary
AGSecurityAuthenticationConfig()
           
 
Method Summary
 String getTokenHeaderName()
           
 void setTokenHeaderName(String tokenHeaderName)
           
 
Methods inherited from class org.jboss.aerogear.android.authentication.AuthenticationConfig
getAuthType, getEnrollEndpoint, getLoginEndpoint, getLogoutEndpoint, setAuthType, setEnrollEndpoint, setLoginEndpoint, setLogoutEndpoint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AGSecurityAuthenticationConfig

public AGSecurityAuthenticationConfig()
Method Detail

getTokenHeaderName

public String getTokenHeaderName()

setTokenHeaderName

public void setTokenHeaderName(String tokenHeaderName)

AeroGear Android Libary 1.0.0.M1

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.