Package x.oauth
Class Scope
java.lang.Object
x.oauth.Scope
Represents an OAuth20 scope.
- Author:
- sakdsitt
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getScope()static ScopeloadFromXData(XData data) voidsetCcExpiresIn(Long ccExpiresIn) voidsetCreationBy(String creationBy) voidsetCreationTime(Long creationTime) voidsetDescription(String description) voidvoidsetLastupdateBy(String lastupdateBy) voidsetLastupdateTime(Long lastupdateTime) voidsetPassExpiresIn(Long passExpiresIn) voidsetRefreshExpiresIn(Long refreshExpiresIn) voidtoXData()booleanvalid()booleanstatic booleanvalidScopeName(String scopeName)
-
Constructor Details
-
Scope
public Scope()
-
-
Method Details
-
getId
-
setId
-
getScope
-
setScope
-
getDescription
-
setDescription
-
getCcExpiresIn
-
setCcExpiresIn
-
getPassExpiresIn
-
setPassExpiresIn
-
getRefreshExpiresIn
-
setRefreshExpiresIn
-
getCreationBy
-
setCreationBy
-
getLastupdateBy
-
setLastupdateBy
-
getCreationTime
-
setCreationTime
-
getLastupdateTime
-
setLastupdateTime
-
loadFromXData
-
toXData
-
valid
public boolean valid() -
validForUpdate
public boolean validForUpdate() -
validScopeName
-