Package io.jans.configapi.rest.model
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 -
Method Summary
Modifier and TypeMethodDescriptionList<io.jans.as.common.model.registration.Client>voidsetClients(List<io.jans.as.common.model.registration.Client> clients) 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, setUmaAuthorizationPoliciesMethods inherited from class io.jans.orm.model.base.DeletableEntity
canDelete, canDelete, getExpirationDate, isDeletable, setDeletable, setExpirationDateMethods inherited from class io.jans.orm.model.base.BaseEntry
getDNsMethods inherited from class io.jans.orm.model.base.Entry
equals, getBaseDn, getDn, hashCode, setBaseDn, setDn
-
Constructor Details
-
CustomScope
public CustomScope()
-
-
Method Details
-
getClients
-
setClients
-
toString
- Overrides:
toStringin classio.jans.as.persistence.model.Scope
-