org.globus.myproxy
public class MyProxyServerAuthorization extends org.globus.gsi.gssapi.auth.Authorization
| Constructor and Description |
|---|
MyProxyServerAuthorization() |
| Modifier and Type | Method and Description |
|---|---|
void |
authorize(org.ietf.jgss.GSSContext context,
java.lang.String host)
Performs MyProxy server authorization checks.
|
public void authorize(org.ietf.jgss.GSSContext context,
java.lang.String host)
throws org.globus.gsi.gssapi.auth.AuthorizationException
AuthorizationException if the authorization fails.
Otherwise, the function completes normally.authorize in class org.globus.gsi.gssapi.auth.Authorizationcontext - the security context.host - host address of the peer.org.globus.gsi.gssapi.auth.AuthorizationException - if the peer is
not authorized to access/use the resource.