Class AuthorizationIdentityResponseControl

    • Constructor Detail

      • AuthorizationIdentityResponseControl

        public AuthorizationIdentityResponseControl()
        Default constructor.
      • AuthorizationIdentityResponseControl

        public AuthorizationIdentityResponseControl​(boolean critical)
        Creates a new authorization identity response control.
        Parameters:
        critical - whether this control is critical
      • AuthorizationIdentityResponseControl

        public AuthorizationIdentityResponseControl​(String id)
        Creates a new authorization identity response control.
        Parameters:
        id - authorization id
      • AuthorizationIdentityResponseControl

        public AuthorizationIdentityResponseControl​(String id,
                                                    boolean critical)
        Creates a new authorization identity response control.
        Parameters:
        id - authorization id
        critical - whether this control is critical
    • Method Detail

      • getAuthorizationId

        public String getAuthorizationId()
        Returns the authorization id.
        Returns:
        authorization id
      • setAuthorizationId

        public void setAuthorizationId​(String id)
        Sets the authorization identity.
        Parameters:
        id - authorization id
      • hashCode

        public int hashCode()
        Description copied from class: AbstractControl
        Returns the hash code for this object.
        Specified by:
        hashCode in class AbstractControl
        Returns:
        hash code
      • decode

        public void decode​(DERBuffer encoded)
        Description copied from interface: ResponseControl
        Initializes this response control with the supplied BER encoded data.
        Specified by:
        decode in interface ResponseControl
        Parameters:
        encoded - BER encoded response control