|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.globus.gsi.gssapi.auth.Authorization
org.globus.myproxy.MyProxyServerAuthorization
public class MyProxyServerAuthorization
Implements the MyProxy server authorization mechanism.
Constructor Summary | |
---|---|
MyProxyServerAuthorization()
|
Method Summary | |
---|---|
void |
authorize(org.ietf.jgss.GSSContext context,
java.lang.String host)
Performs MyProxy server authorization checks. |
Methods inherited from class org.globus.gsi.gssapi.auth.Authorization |
---|
generateAuthorizationException |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MyProxyServerAuthorization()
Method Detail |
---|
public void authorize(org.ietf.jgss.GSSContext context, java.lang.String host) throws AuthorizationException
AuthorizationException
if the authorization fails.
Otherwise, the function completes normally.
authorize
in class Authorization
context
- the security context.host
- host address of the peer.
AuthorizationException
- if the peer is
not authorized to access/use the resource.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |