Package | Description |
---|---|
fr.liglab.adele.icasa.access |
Modifier and Type | Method and Description |
---|---|
static MemberAccessPolicy |
MemberAccessPolicy.fromString(String text) |
static MemberAccessPolicy |
MemberAccessPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MemberAccessPolicy[] |
MemberAccessPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AccessRight |
AccessManager.setMethodAccess(String applicationId,
String deviceId,
Method method,
MemberAccessPolicy accessRight)
Set the right access for an application to use a given device.
|
AccessRight |
AccessManager.setMethodAccess(String applicationId,
String deviceId,
String methodName,
MemberAccessPolicy accessRight)
Set the right access for an application to use a given device.
|
Copyright © 2012-2013 ADELE Research Group. All Rights Reserved.