Frodo Library - v4.0.0-24
    Preparing search index...

    Type Alias WSFedIdpAdapter

    type WSFedIdpAdapter = {
        attributeContract: {
            coreAttributes: WSFedIdpAdapterAttribute[];
            extendedAttributes: WSFedIdpAdapterAttribute[];
            maskOgnlValues: boolean;
            uniqueUserKeyAttribute: string;
        };
        attributeMapping: {
            attributeContractFulfillment: WSFedIdpAdapterAttributeContractFulfillment;
        };
        configuration: {
            fields: WSFedIdpAdapterConfigField[];
            tables: WSFedIdpAdapterConfigTable[];
        };
        id: string;
        name: string;
        pluginDescriptorRef: WSFedIdpAdapterPluginDescriptorRef;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    attributeContract: {
        coreAttributes: WSFedIdpAdapterAttribute[];
        extendedAttributes: WSFedIdpAdapterAttribute[];
        maskOgnlValues: boolean;
        uniqueUserKeyAttribute: string;
    }
    attributeMapping: {
        attributeContractFulfillment: WSFedIdpAdapterAttributeContractFulfillment;
    }
    configuration: {
        fields: WSFedIdpAdapterConfigField[];
        tables: WSFedIdpAdapterConfigTable[];
    }
    id: string
    name: string