public interface IAutorization
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Copyright
|
Modifier and Type | Method and Description |
---|---|
void |
addChildEntitlement(java.lang.String childName,
EntitlementType childType,
java.lang.String fatherName,
EntitlementType fatherType,
java.lang.String target,
java.lang.String realm)
Adds the child entitlement.
|
void |
addEntitlement(java.lang.String userCode,
java.lang.String nome,
java.lang.String permissionType,
java.lang.String desc,
EntitlementType type,
java.lang.String target,
java.lang.String realm)
Adds the entitlement.
|
void |
addPermission(java.lang.String userCode,
java.lang.String permission,
java.lang.String permissionType,
java.lang.String application,
java.lang.String target,
java.lang.String realm)
Adds the permission.
|
void |
createAccount(java.lang.String userCode,
java.lang.String name,
java.lang.String surname,
java.lang.String target,
java.lang.String realm)
Creates the account.
|
void |
disableAccount(java.lang.String userCode,
java.lang.String target,
java.lang.String realm)
Disable account.
|
void |
enableAccount(java.lang.String userCode,
java.lang.String target,
java.lang.String realm)
Enable account.
|
void |
removeAccount(java.lang.String userCode,
java.lang.String name,
java.lang.String surname,
java.lang.String target,
java.lang.String realm)
Removes the account.
|
void |
removeChildEntitlement(java.lang.String childName,
EntitlementType childType,
java.lang.String fatherName,
EntitlementType fatherType,
java.lang.String target,
java.lang.String realm)
Removes the child entitlement.
|
void |
removeEntitlement(java.lang.String userCode,
java.lang.String nome,
java.lang.String permissionType,
java.lang.String desc,
EntitlementType type,
java.lang.String target,
java.lang.String realm)
Removes the entitlement.
|
void |
removePermission(java.lang.String userCode,
java.lang.String permission,
java.lang.String permissionType,
java.lang.String application,
java.lang.String target,
java.lang.String realm)
Removes the permission.
|
void |
resetPassword(java.lang.String userCode,
java.lang.String permission,
java.lang.String realm)
Reset password.
|
static final java.lang.String COPYRIGHT
void addPermission(java.lang.String userCode, java.lang.String permission, java.lang.String permissionType, java.lang.String application, java.lang.String target, java.lang.String realm) throws com.engiweb.toolkit.common.BackendException
userCode
- the user codepermission
- the permissionpermissionType
- the permission typeapplication
- the applicationtarget
- the targetrealm
- the realmcom.engiweb.toolkit.common.BackendException
- the backend exceptionvoid removePermission(java.lang.String userCode, java.lang.String permission, java.lang.String permissionType, java.lang.String application, java.lang.String target, java.lang.String realm) throws com.engiweb.toolkit.common.BackendException
userCode
- the user codepermission
- the permissionpermissionType
- the permission typeapplication
- the applicationtarget
- the targetrealm
- the realmcom.engiweb.toolkit.common.BackendException
- the backend exceptionvoid resetPassword(java.lang.String userCode, java.lang.String permission, java.lang.String realm) throws com.engiweb.toolkit.common.BackendException
userCode
- the user codepermission
- the permissionrealm
- the realmcom.engiweb.toolkit.common.BackendException
- the backend exceptionvoid enableAccount(java.lang.String userCode, java.lang.String target, java.lang.String realm) throws com.engiweb.toolkit.common.BackendException
userCode
- the user codetarget
- the targetrealm
- the realmcom.engiweb.toolkit.common.BackendException
- the backend exceptionvoid disableAccount(java.lang.String userCode, java.lang.String target, java.lang.String realm) throws com.engiweb.toolkit.common.BackendException
userCode
- the user codetarget
- the targetrealm
- the realmcom.engiweb.toolkit.common.BackendException
- the backend exceptionvoid createAccount(java.lang.String userCode, java.lang.String name, java.lang.String surname, java.lang.String target, java.lang.String realm) throws com.engiweb.toolkit.common.BackendException
userCode
- the user codename
- the namesurname
- the surnametarget
- the targetrealm
- the realmcom.engiweb.toolkit.common.BackendException
- the backend exceptionvoid removeAccount(java.lang.String userCode, java.lang.String name, java.lang.String surname, java.lang.String target, java.lang.String realm) throws com.engiweb.toolkit.common.BackendException
userCode
- the user codename
- the namesurname
- the surnametarget
- the targetrealm
- the realmcom.engiweb.toolkit.common.BackendException
- the backend exceptionvoid addEntitlement(java.lang.String userCode, java.lang.String nome, java.lang.String permissionType, java.lang.String desc, EntitlementType type, java.lang.String target, java.lang.String realm) throws com.engiweb.toolkit.common.BackendException
userCode
- the user codenome
- the nomepermissionType
- the permission typedesc
- the desctype
- the typetarget
- the targetrealm
- the realmcom.engiweb.toolkit.common.BackendException
- the backend exceptionvoid removeEntitlement(java.lang.String userCode, java.lang.String nome, java.lang.String permissionType, java.lang.String desc, EntitlementType type, java.lang.String target, java.lang.String realm) throws com.engiweb.toolkit.common.BackendException
userCode
- the user codenome
- the nomepermissionType
- the permission typedesc
- the desctype
- the typetarget
- the targetrealm
- the realmcom.engiweb.toolkit.common.BackendException
- the backend exceptionvoid addChildEntitlement(java.lang.String childName, EntitlementType childType, java.lang.String fatherName, EntitlementType fatherType, java.lang.String target, java.lang.String realm) throws com.engiweb.toolkit.common.BackendException
childName
- the child namechildType
- the child typefatherName
- the father namefatherType
- the father typetarget
- the targetrealm
- the realmcom.engiweb.toolkit.common.BackendException
- the backend exceptionvoid removeChildEntitlement(java.lang.String childName, EntitlementType childType, java.lang.String fatherName, EntitlementType fatherType, java.lang.String target, java.lang.String realm) throws com.engiweb.toolkit.common.BackendException
childName
- the child namechildType
- the child typefatherName
- the father namefatherType
- the father typetarget
- the targetrealm
- the realmcom.engiweb.toolkit.common.BackendException
- the backend exception