Class LuckyNumberExtension

java.lang.Object
org.apache.directory.scim.example.jersey.extensions.LuckyNumberExtension
All Implemented Interfaces:
Serializable, ScimExtension

public class LuckyNumberExtension extends Object implements ScimExtension
Allows a User's lucky number to be passed as part of the User's entry via the SCIM protocol.
Author:
Chris Harm <crh5255@psu.edu>
See Also:
  • Field Details

  • Constructor Details

    • LuckyNumberExtension

      public LuckyNumberExtension()
  • Method Details

    • getUrn

      public String getUrn()
      Provides the URN associated with this extension which, as defined by the SCIM specification is the extension's unique identifier.
      Specified by:
      getUrn in interface ScimExtension
      Returns:
      The extension's URN.