java.lang.Object
com.nimbusds.oauth2.sdk.id.Identifier
com.nimbusds.openid.connect.sdk.federation.policy.language.OperationName
All Implemented Interfaces:
Serializable, Comparable<Identifier>, net.minidev.json.JSONAware

@Immutable public final class OperationName extends Identifier
Policy operation name.
See Also:
  • Constructor Details

    • OperationName

      public OperationName(String name)
      Creates a new policy operation name.
      Parameters:
      name - The policy operation name.
  • Method Details