Class ClientRegistrationType

    • Field Detail

      • AUTOMATIC

        public static final ClientRegistrationType AUTOMATIC
        Automatic federation. No negotiation between the RP and the OP is made regarding what features the client should use in future requests to the OP. The RP's published metadata filtered by the chosen trust chain's metadata policies defines the metadata that is to be used.
      • EXPLICIT

        public static final ClientRegistrationType EXPLICIT
        Explicit federation. The RP will access the federation_registration_endpoint, which provides the metadata for the RP to use. The OP may return a metadata policy that adds restrictions over and above what the trust chain already has defined.
    • Constructor Detail

      • ClientRegistrationType

        public ClientRegistrationType​(String value)
        Creates a new federation type with the specified identifier value.
        Parameters:
        value - The identifier value. Must not be null.