|
SAP NetWeaver 7.4 SP03 Process Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.aii.af.service.resource.SAPSecurityResources
public class SAPSecurityResources
Central class for SAP Security resources. It gives access to KeyStoreManager (see below) that in turn allows to retrieve keys and certificates from the J2EE keystore. Especially for XI AF JCA adapters and modules it is necessary to access the keystore in the "SYSTEM_LEVEL" permission mode since a credential based access is not possible because the AF runs with technical credentials internally. Once the keystore is opened the further key/certificate access id done via SAP J2EE APIs (Details see: https://media.sdn.sap.com/javadocs/preNW04/SP2/60_sp2_javadocs/tc_sec_ssf/index.html)
| Field Summary | |
|---|---|
static Set |
grantedPermissionSet
|
| Method Summary | |
|---|---|
static SAPSecurityResources |
getInstance()
Return's a SAPSecurityResources. |
KeyStoreManager |
getKeyStoreManager(PermissionMode permissionMode)
Central class for KeyStore management. |
KeyStoreManager |
getKeyStoreManager(PermissionMode permissionMode,
String[] aPROTECTION_DOMAIN)
Central class for KeyStore management. |
String |
toString()
Returns a string representation of this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static Set grantedPermissionSet
| Method Detail |
|---|
public static SAPSecurityResources getInstance()
public KeyStoreManager getKeyStoreManager(PermissionMode permissionMode)
throws KeyStoreException
permissionMode - - com.sap.aii.security.lib.PermissionMode
KeyStoreException
public KeyStoreManager getKeyStoreManager(PermissionMode permissionMode,
String[] aPROTECTION_DOMAIN)
throws KeyStoreException
permissionMode - - com.sap.aii.security.lib.PermissionModeaPROTECTION_DOMAIN - - String[]
KeyStoreExceptionpublic String toString()
toString in class Object| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] SAP_XIAF
|
[sap.com] com.sap.aii.af.svc.facade
|
api
|
BC-XI
|
|
SAP NetWeaver 7.4 SP03 Process Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||