Class CustomScope

java.lang.Object
io.jans.orm.model.base.Entry
io.jans.orm.model.base.BaseEntry
io.jans.orm.model.base.DeletableEntity
io.jans.as.persistence.model.Scope
io.jans.configapi.rest.model.CustomScope
All Implemented Interfaces:
io.jans.orm.model.base.Deletable, Serializable, Cloneable

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<io.jans.as.common.model.registration.Client>
     
    void
    setClients(List<io.jans.as.common.model.registration.Client> clients)
     
     

    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • CustomScope

      public CustomScope()
  • Method Details

    • 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