Class SPSessionCriterion

  • All Implemented Interfaces:
    Criterion

    public final class SPSessionCriterion
    extends Object
    implements Criterion
    Criterion representing a service ID and an implementation-specific service session key.
    • Constructor Detail

      • SPSessionCriterion

        public SPSessionCriterion​(@Nonnull @NotEmpty
                                  String serviceId,
                                  @Nonnull @NotEmpty
                                  String spSessionKey)
        Constructor.
        Parameters:
        serviceId - the service ID
        spSessionKey - the custom key associated with the SP session
    • Method Detail

      • getServiceId

        @Nonnull
        @NotEmpty
        public String getServiceId()
        Get the service ID.
        Returns:
        the service ID
      • getSPSessionKey

        @Nonnull
        @NotEmpty
        public String getSPSessionKey()
        Get the service session key.
        Returns:
        the service session key
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object