this.configuration = picketLinkType;
}
@Override
public IDPType getIDPConfiguration() {
ProviderType providerType = getPicketLinkConfiguration().getIdpOrSP();
if (providerType instanceof IDPConfiguration) {
IDPConfiguration configuration = (IDPConfiguration) providerType;
if (configuration.isSupportMetadata()) {