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 enum
Enum for SamlRequestType -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Default constructor -
Method Summary
Modifier and TypeMethodDescriptionMethod to getMethod to getvoid
setProtocolHandlerName
(String protocolHandlerName) Method to setvoid
Method to setMethods inherited from class org.projecthusky.xua.communication.config.impl.AbstractClientConfig
getUrl, setUrl
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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
-