Class IdpClientByBrowserAndProtocolHandlerConfigImpl
java.lang.Object
org.projecthusky.xua.communication.config.impl.AbstractClientConfig
org.projecthusky.xua.communication.config.impl.IdpClientByBrowserAndProtocolHandlerConfigImpl
- All Implemented Interfaces:
ClientConfig,IdpClientConfig
public class IdpClientByBrowserAndProtocolHandlerConfigImpl
extends AbstractClientConfig
implements IdpClientConfig
Implementation class of Interface IdpClientConfig
Implementations Klasse von Interface IdpClientConfig
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumEnum for SamlRequestType -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor -
Method Summary
Modifier and TypeMethodDescriptionMethod to getMethod to getvoidsetProtocolHandlerName(String protocolHandlerName) Method to setvoidMethod to setMethods inherited from class org.projecthusky.xua.communication.config.impl.AbstractClientConfig
getUrl, setUrlMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.projecthusky.xua.communication.config.ClientConfig
getUrl, setUrl
-
Constructor Details
-
IdpClientByBrowserAndProtocolHandlerConfigImpl
protected IdpClientByBrowserAndProtocolHandlerConfigImpl()Default constructor
-
-
Method Details
-
getProtocolHandlerName
Method to get- Returns:
- protocolHandlerName
-
getSamlRequestType
Method to get- Returns:
- samlRequestType
-
setProtocolHandlerName
Method to set- Parameters:
protocolHandlerName- to be set
-
setSamlRequestType
public void setSamlRequestType(IdpClientByBrowserAndProtocolHandlerConfigImpl.SamlRequestType samlRequestType) Method to set- Parameters:
samlRequestType- to be set
-