Class JsonPrincipalAttributesProperties

  • All Implemented Interfaces:
    java.io.Serializable

    @RequiresModule(name="cas-server-support-person-directory",
                    automated=true)
    public class JsonPrincipalAttributesProperties
    extends SpringResourceProperties
    This is JsonPrincipalAttributesProperties.

    If you wish to directly and separately retrieve attributes from a static JSON source. The resource syntax must be as such:

     {
     "user1": {
     "firstName":["Json1"],
     "lastName":["One"]
     },
     "user2": {
     "firstName":["Json2"],
     "eduPersonAffiliation":["employee", "student"]
     }
     }
     
    Since:
    5.2.0
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JsonPrincipalAttributesProperties

        public JsonPrincipalAttributesProperties()