Class ManagedClientAssertion


public class ManagedClientAssertion extends ManagementAssertion
The client-side ManagedClient policy assertion.
Author:
Fabian Ritzmann
  • Field Details

    • MANAGED_CLIENT_QNAME

      public static final QName MANAGED_CLIENT_QNAME
  • Constructor Details

  • Method Details

    • getAssertion

      public static ManagedClientAssertion getAssertion(WSPortInfo portInfo) throws jakarta.xml.ws.WebServiceException
      Return ManagedClient assertion if there is one associated with the client.
      Parameters:
      portInfo - The client PortInfo.
      Returns:
      The policy assertion if found. Null otherwise.
      Throws:
      jakarta.xml.ws.WebServiceException - If computing the effective policy of the port failed.
    • isManagementEnabled

      public boolean isManagementEnabled()
      Clients cannot be managed.
      Specified by:
      isManagementEnabled in class ManagementAssertion
      Returns:
      False.