Interface OverriddenIssuerProfileConfiguration
-
- All Superinterfaces:
Component,IdentifiedComponent,ProfileConfiguration
public interface OverriddenIssuerProfileConfiguration extends ProfileConfiguration
ProfileConfigurationwith optional override of issuer setting.- Since:
- 3.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetIssuer(ProfileRequestContext profileRequestContext)Get overridden issuer value.-
Methods inherited from interface net.shibboleth.utilities.java.support.component.IdentifiedComponent
getId
-
Methods inherited from interface net.shibboleth.idp.profile.config.ProfileConfiguration
getInboundInterceptorFlows, getOutboundInterceptorFlows, getSecurityConfiguration
-
-
-
-
Method Detail
-
getIssuer
@Nullable @NotEmpty String getIssuer(@Nullable ProfileRequestContext profileRequestContext)
Get overridden issuer value.- Parameters:
profileRequestContext- current profile request context- Returns:
- issuer or null to use usual default
-
-