public abstract class AbstractRequestGeneratorInput extends Object implements RequestGeneratorInput
Constructor and Description |
---|
AbstractRequestGeneratorInput() |
Modifier and Type | Method and Description |
---|---|
String |
getPeerEntityID()
Returns the peer (IdP) entityID.
|
String |
getPreferredBinding()
If the caller prefers a specific binding to use, this method should return that.
|
String |
getRelayState()
Returns the relay state variable to use.
|
void |
setPeerEntityID(String peerEntityID)
Assigns the peer (IdP) entityID.
|
void |
setPreferredBinding(String preferredBinding)
Assigns the preferred binding to use for the request.
|
void |
setRelayState(String relayState)
Assigns the relay state for the request.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getOverrideSigningCredential
public String getRelayState()
getRelayState
in interface RequestGeneratorInput
public void setRelayState(String relayState)
relayState
- the relay state, or null
public String getPeerEntityID()
getPeerEntityID
in interface RequestGeneratorInput
public void setPeerEntityID(String peerEntityID)
peerEntityID
- the entityIDpublic String getPreferredBinding()
getPreferredBinding
in interface RequestGeneratorInput
null
if the generator default should applypublic void setPreferredBinding(String preferredBinding)
preferredBinding
- binding, or null
Copyright © 2018 Litsec AB. All rights reserved.