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:
- 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
-
-