public interface ProfileConfiguration extends IdentifiedComponent
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getInboundInterceptorFlows()
Get an ordered list of interceptor flows to run for this profile after an inbound message is
decoded.
|
List<String> |
getOutboundInterceptorFlows()
Get an ordered list of interceptor flows to run for this profile before a final outbound
message is generated.
|
SecurityConfiguration |
getSecurityConfiguration()
Get the
SecurityConfiguration to use with this profile. |
getId@Nonnull @NonnullElements @NotLive @Unmodifiable List<String> getInboundInterceptorFlows()
The flow IDs returned MUST NOT contain the
ProfileInterceptorFlowDescriptor.FLOW_ID_PREFIX
prefix common to all interceptor flows.
@Nonnull @NonnullElements @NotLive @Unmodifiable List<String> getOutboundInterceptorFlows()
The flow IDs returned MUST NOT contain the
ProfileInterceptorFlowDescriptor.FLOW_ID_PREFIX
prefix common to all interceptor flows.
@Nullable SecurityConfiguration getSecurityConfiguration()
SecurityConfiguration to use with this profile.Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.