|
If not dev, correct this wrong version label in perforce3227:3227\buildenvBE.Japro<CODELINE>src_macrospackjavadoc.properties | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.aii.security.lib.PermissionMode
public class PermissionMode
Defines the permission mode under which the KeyStore run's. To perform actions with the KeyStore you need code based - and user based permissions. This class defines the running mode under which you access the MeyStoreManager.
| Field Summary | |
|---|---|
static PermissionMode |
DO_PRIVILEGED
Run's the KeyStoreManager under code based permission for all performing actions. |
static PermissionMode |
KEYSTORE
Run's the KeyStoreManager with NO additional permission's. |
static PermissionMode |
SYSTEM_LEVEL
Run's the KeyStoreManager under user based permission. |
| Constructor Summary | |
|---|---|
protected |
PermissionMode(String value)
Default constructor. |
| Method Summary | |
|---|---|
String |
toString()
To-String. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final PermissionMode KEYSTORE
public static final PermissionMode DO_PRIVILEGED
public static final PermissionMode SYSTEM_LEVEL
| Constructor Detail |
|---|
protected PermissionMode(String value)
| Method Detail |
|---|
public String toString()
toString in class Object
|
If not dev, correct this wrong version label in perforce3227:3227\buildenvBE.Japro<CODELINE>src_macrospackjavadoc.properties | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||