|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.globus.exec.service.test.throughput.util.SecurityDescriptorUtil
public class SecurityDescriptorUtil
This class handles security related tasks.
| Field Summary | |
|---|---|
private static org.apache.commons.logging.Log |
log
|
| Constructor Summary | |
|---|---|
SecurityDescriptorUtil()
|
|
| Method Summary | |
|---|---|
ClientSecurityDescriptor |
createClientSecurityDescriptor(java.lang.String pathToDescriptorFile)
|
ClientSecurityDescriptor |
createClientSecurityDescriptor(java.lang.String securityType,
Authorization authz,
java.lang.Integer messageProtection,
org.ietf.jgss.GSSCredential proxy)
Create a client security descriptor with the given parameters. |
ClientSecurityDescriptor |
createClientSecurityDescriptor(java.lang.String securityType,
Authorization authz,
java.lang.Integer messageProtection,
java.lang.String pathToProxy)
Create a client security descriptor with the given parameters. |
ResourceSecurityDescriptor |
createResourceSecurityDescriptor(java.lang.String pathToResourceSecDesc)
Create a resource security descriptor with the given parameters. |
ResourceSecurityDescriptor |
createResourceSecurityDescriptor(java.lang.String securityType,
java.lang.String authorization)
Create a resource security descriptor with the given parameters. |
private void |
enrichClientSecurityDescriptor(ClientSecurityDescriptor secDesc,
java.lang.String securityType,
Authorization authz,
java.lang.Integer messageProtection)
Enrich client security descriptor with the given parameters. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static org.apache.commons.logging.Log log
| Constructor Detail |
|---|
public SecurityDescriptorUtil()
| Method Detail |
|---|
public ClientSecurityDescriptor createClientSecurityDescriptor(java.lang.String pathToDescriptorFile)
throws java.lang.Exception
java.lang.Exception
public ClientSecurityDescriptor createClientSecurityDescriptor(java.lang.String securityType,
Authorization authz,
java.lang.Integer messageProtection,
org.ietf.jgss.GSSCredential proxy)
throws java.lang.Exception
java.lang.Exception
public ClientSecurityDescriptor createClientSecurityDescriptor(java.lang.String securityType,
Authorization authz,
java.lang.Integer messageProtection,
java.lang.String pathToProxy)
throws java.lang.Exception
java.lang.Exception
public ResourceSecurityDescriptor createResourceSecurityDescriptor(java.lang.String securityType,
java.lang.String authorization)
throws ConfigException
ConfigException
public ResourceSecurityDescriptor createResourceSecurityDescriptor(java.lang.String pathToResourceSecDesc)
throws ConfigException
ConfigException
private void enrichClientSecurityDescriptor(ClientSecurityDescriptor secDesc,
java.lang.String securityType,
Authorization authz,
java.lang.Integer messageProtection)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||