Class CustomAuthenticationExtension

  • All Implemented Interfaces:
    com.github.davidmoten.odata.client.ODataEntityType, com.github.davidmoten.odata.client.ODataType
    Direct Known Subclasses:
    OnTokenIssuanceStartCustomExtension

    public class CustomAuthenticationExtension
    extends CustomCalloutExtension
    implements com.github.davidmoten.odata.client.ODataEntityType
    • Constructor Detail

      • CustomAuthenticationExtension

        protected CustomAuthenticationExtension()
    • Method Detail

      • getChangedFields

        public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
        Specified by:
        getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityType
        Overrides:
        getChangedFields in class CustomCalloutExtension
      • postInject

        public void postInject​(boolean addKeysToContextPath)
        Specified by:
        postInject in interface com.github.davidmoten.odata.client.ODataType
        Overrides:
        postInject in class CustomCalloutExtension
      • getUnmappedFields

        public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
        Specified by:
        getUnmappedFields in interface com.github.davidmoten.odata.client.ODataType
        Overrides:
        getUnmappedFields in class CustomCalloutExtension
      • patch

        public CustomAuthenticationExtension patch()
        Submits only changed fields for update and returns an immutable copy of this with changed fields reset.
        Overrides:
        patch in class CustomCalloutExtension
        Returns:
        a copy of this with changed fields reset
        Throws:
        com.github.davidmoten.odata.client.ClientException - if HTTP response is not as expected
      • put

        public CustomAuthenticationExtension put()
        Submits all fields for update and returns an immutable copy of this with changed fields reset (they were ignored anyway).
        Overrides:
        put in class CustomCalloutExtension
        Returns:
        a copy of this with changed fields reset
        Throws:
        com.github.davidmoten.odata.client.ClientException - if HTTP response is not as expected
      • validateAuthenticationConfiguration

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<AuthenticationConfigurationValidation> validateAuthenticationConfiguration()