Serialized Form

  • Package jakarta.security.jacc

    • Class jakarta.security.jacc.EJBMethodPermission

      class EJBMethodPermission extends Permission implements Serializable
      serialVersionUID:
      1L
      • Serialization Methods

        • readObject
          private void readObject(ObjectInputStream inputStream) throws IOException, ClassNotFoundException
          readObject reads the serialized fields from the input stream and uses them to restore the permission. This method need not be implemented if establishing the values of the serialized fields (as is done by defaultReadObject) is sufficient to initialize the permission.
          Parameters:
          inputStream - The stream from which the fields are read
          Throws:
          ClassNotFoundException - If the class of an object couldn't be found
          IOException - If an I/O error occurs
        • writeObject
          private void writeObject(ObjectOutputStream outputStream) throws IOException
          writeObject is used to establish the values of the serialized fields before they are written to the output stream and need not be implemented if the values of the serialized fields are always available and up to date. The serialized fields are written to the output stream in the same form as they would be written by defaultWriteObject.
          Parameters:
          outputStream - The stream to which the serialized fields are written
          Throws:
          IOException - If an I/O error occurs while writing to the underlying stream
      • Serialization Overview

        • The serialized fields of this permission are defined below. Whether or not the serialized fields correspond to actual (private) fields is an implementation decision.
      • Serialized Fields

        • actions
          String actions
          the canonicalized actions string (as returned by getActions).
    • Class jakarta.security.jacc.EJBRoleRefPermission

      class EJBRoleRefPermission extends Permission implements Serializable
      serialVersionUID:
      1L
      • Serialization Methods

        • readObject
          private void readObject(ObjectInputStream inputStream) throws IOException, ClassNotFoundException
          readObject reads the serialized fields from the input stream and uses them to restore the permission. This method need not be implemented if establishing the values of the serialized fields (as is done by defaultReadObject) is sufficient to initialize the permission.
          Parameters:
          inputStream - The stream from which the fields are read
          Throws:
          ClassNotFoundException - If the class of an object couldn't be found
          IOException - If an I/O error occurs
        • writeObject
          private void writeObject(ObjectOutputStream outputStream) throws IOException
          writeObject is used to establish the values of the serialized fields before they are written to the output stream and need not be implemented if the values of the serialized fields are always available and up to date. The serialized fields are written to the output stream in the same form as they would be written by defaultWriteObject.
          Parameters:
          outputStream - The stream to which the serialized fields are written
          Throws:
          IOException - If an I/O error occurs while writing to the underlying stream
      • Serialization Overview

        • The serialized fields of this permission are defined below. Whether or not the serialized fields correspond to actual (private) fields is an implementation decision.
      • Serialized Fields

        • actions
          String actions
          the canonicalized actions string (as returned by getActions).
    • Exception jakarta.security.jacc.PolicyContextException

      class PolicyContextException extends Exception implements Serializable
      serialVersionUID:
      3925692572777572935L
    • Class jakarta.security.jacc.WebResourcePermission

      class WebResourcePermission extends Permission implements Serializable
      serialVersionUID:
      1L
      • Serialization Methods

        • readObject
          private void readObject(ObjectInputStream inputStream) throws IOException, ClassNotFoundException
          readObject reads the serialized fields from the input stream and uses them to restore the permission. This method need not be implemented if establishing the values of the serialized fields (as is done by defaultReadObject) is sufficient to initialize the permission.
          Parameters:
          inputStream - The stream from which the fields are read
          Throws:
          ClassNotFoundException - If the class of an object couldn't be found
          IOException - If an I/O error occurs
        • writeObject
          private void writeObject(ObjectOutputStream outputStream) throws IOException
          writeObject is used to establish the values of the serialized fields before they are written to the output stream and need not be implemented if the values of the serialized fields are always available and up to date. The serialized fields are written to the output stream in the same form as they would be written by defaultWriteObject.
          Parameters:
          outputStream - The stream to which the serialized fields are written
          Throws:
          IOException - If an I/O error occurs while writing to the underlying stream
      • Serialization Overview

        • The serialized fields of this permission are defined below. Whether or not the serialized fields correspond to actual (private) fields is an implementation decision.
      • Serialized Fields

        • actions
          String actions
          the canonicalized actions string (as returned by getActions).
    • Class jakarta.security.jacc.WebRoleRefPermission

      class WebRoleRefPermission extends Permission implements Serializable
      serialVersionUID:
      1L
      • Serialization Methods

        • readObject
          private void readObject(ObjectInputStream inputStream) throws IOException, ClassNotFoundException
          readObject reads the serialized fields from the input stream and uses them to restore the permission. This method need not be implemented if establishing the values of the serialized fields (as is done by defaultReadObject) is sufficient to initialize the permission.
          Parameters:
          inputStream - The stream from which the fields are read
          Throws:
          ClassNotFoundException - If the class of an object couldn't be found
          IOException - If an I/O error occurs
        • writeObject
          private void writeObject(ObjectOutputStream outputStream) throws IOException
          writeObject is used to establish the values of the serialized fields before they are written to the output stream and need not be implemented if the values of the serialized fields are always available and up to date. The serialized fields are written to the output stream in the same form as they would be written by defaultWriteObject.
          Parameters:
          outputStream - The stream to which the serialized fields are written
          Throws:
          IOException - If an I/O error occurs while writing to the underlying stream
      • Serialization Overview

        • The serialized fields of this permission are defined below. Whether or not the serialized fields correspond to actual (private) fields is an implementation decision.
      • Serialized Fields

        • actions
          String actions
          the canonicalized actions string (as returned by getActions).
    • Class jakarta.security.jacc.WebUserDataPermission

      class WebUserDataPermission extends Permission implements Serializable
      serialVersionUID:
      -970193775626385011L
      • Serialization Methods

        • readObject
          private void readObject(ObjectInputStream inputStream) throws IOException, ClassNotFoundException
          readObject reads the serialized fields from the input stream and uses them to restore the permission. This method need not be implemented if establishing the values of the serialized fields (as is done by defaultReadObject) is sufficient to initialize the permission.
          Parameters:
          inputStream - The stream from which the fields are read
          Throws:
          ClassNotFoundException - If the class of an object couldn't be found
          IOException - If an I/O error occurs
        • writeObject
          private void writeObject(ObjectOutputStream outputStream) throws IOException
          writeObject is used to establish the values of the serialized fields before they are written to the output stream and need not be implemented if the values of the serialized fields are always available and up to date. The serialized fields are written to the output stream in the same form as they would be written by defaultWriteObject.
          Parameters:
          outputStream - The stream to which the serialized fields are written
          Throws:
          IOException - If an I/O error occurs while writing to the underlying stream
      • Serialization Overview

        • The serialized fields of this permission are defined below. Whether or not the serialized fields correspond to actual (private) fields is an implementation decision.
      • Serialized Fields

        • actions
          String actions
          the canonicalized actions string (as returned by getActions).