|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface abstracts the security credentials in the abstractions
framework. For remote Globus services, the security credential can be a valid
GSSCredential. A null credential for remote Globus
services indicates the default proxy certificate.
| Method Summary | |
String |
getAlias()
|
Object |
getAttribute(String name)
|
Object |
getCredentials()
Returns the credentials for this SecurityContext |
void |
setAlias(String alias)
|
void |
setAttribute(String name,
Object value)
|
void |
setCredentials(Object credentials)
Sets the credentials for this SecurityContext |
void |
setCredentials(Object credentials,
String alias)
|
| Method Detail |
public void setCredentials(Object credentials)
SecurityContext
public Object getCredentials()
throws InvalidSecurityContextException
SecurityContext
InvalidSecurityContextExceptionpublic void setAlias(String alias)
public String getAlias()
public void setCredentials(Object credentials,
String alias)
public void setAttribute(String name,
Object value)
public Object getAttribute(String name)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||