Package com.ebasetech.xi.services.auth
Class GatewayAuthentication
java.lang.Object
com.ebasetech.xi.services.auth.GatewayAuthentication
- All Implemented Interfaces:
Authentication
public class GatewayAuthentication extends java.lang.Object implements Authentication
-
Field Summary
Fields inherited from interface com.ebasetech.xi.services.Authentication
BASIC_AUTHENTICATION, DIGEST_AUTHENTICATION, GATEWAY_AUTHENTICATION, NTLM_AUTHENTICATION, OAUTH_AUTHENTICATION -
Constructor Summary
Constructors Constructor Description GatewayAuthentication(java.lang.String gatewayId) -
Method Summary
Modifier and Type Method Description java.lang.StringgetGatewayId()intgetType()Returns the Authentication type IDMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
GatewayAuthentication
public GatewayAuthentication(java.lang.String gatewayId)
-
-
Method Details
-
getGatewayId
public java.lang.String getGatewayId() -
getType
public int getType()Description copied from interface:AuthenticationReturns the Authentication type ID- Specified by:
getTypein interfaceAuthentication
-