Class CustomScope

  • All Implemented Interfaces:
    io.jans.orm.model.base.Deletable, Serializable, Cloneable

    public class CustomScope
    extends io.jans.as.persistence.model.Scope
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CustomScope()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      List<io.jans.as.common.model.registration.Client> getClients()  
      void setClients​(List<io.jans.as.common.model.registration.Client> clients)  
      String toString()  
      • Methods inherited from class io.jans.as.persistence.model.Scope

        getAttributes, getClaims, getCreationDate, getCreatorAttributes, getCreatorId, getCreatorType, getDefaultScope, getDescription, getDisplayName, getDynamicScopeScripts, getIconUrl, getId, getInum, getScopeType, getUmaAuthorizationPolicies, isDefaultScope, isGroupClaims, isUmaType, setAttributes, setClaims, setCreationDate, setCreatorAttributes, setCreatorId, setCreatorType, setDefaultScope, setDescription, setDisplayName, setDynamicScopeScripts, setGroupClaims, setIconUrl, setId, setInum, setScopeType, setUmaAuthorizationPolicies
      • Methods inherited from class io.jans.orm.model.base.DeletableEntity

        canDelete, canDelete, getExpirationDate, isDeletable, setDeletable, setExpirationDate
      • Methods inherited from class io.jans.orm.model.base.BaseEntry

        getDNs
      • Methods inherited from class io.jans.orm.model.base.Entry

        equals, getBaseDn, getDn, hashCode, setBaseDn, setDn
    • Constructor Detail

      • CustomScope

        public CustomScope()
    • Method Detail

      • getClients

        public List<io.jans.as.common.model.registration.Client> getClients()
      • setClients

        public void setClients​(List<io.jans.as.common.model.registration.Client> clients)
      • toString

        public String toString()
        Overrides:
        toString in class io.jans.as.persistence.model.Scope