Class SetProfileId

    • Field Detail

      • profileId

        @Nonnull
        @NotEmpty
        private final String profileId
        ID of the profile in use.
    • Constructor Detail

      • SetProfileId

        public SetProfileId​(@Nonnull @NotEmpty
                            String id)
        Constructor.
        Parameters:
        id - ID of the profile in use
    • Method Detail

      • doExecute

        protected void doExecute​(@Nonnull
                                 ProfileRequestContext profileRequestContext)
        Performs this action. Actions must override this method to perform their work.
        Overrides:
        doExecute in class AbstractProfileAction
        Parameters:
        profileRequestContext - the current IdP profile request context