Class SecurityMechanismSelector

  • All Implemented Interfaces:
    org.glassfish.hk2.api.PostConstruct

    @Service
    @Singleton
    public final class SecurityMechanismSelector
    extends Object
    implements org.glassfish.hk2.api.PostConstruct
    This class is responsible for making various decisions for selecting security information to be sent in the IIOP message based on target configuration and client policies. Note: This class can be called concurrently by multiple client threads. However, none of its methods need to be synchronized because the methods either do not modify state or are idempotent.
    Author:
    Nithya Subramanian