org.globus.ogsa.impl.security.authorization
Class NoAuthorization
java.lang.Object
org.globus.ogsa.impl.security.authorization.NoAuthorization
- All Implemented Interfaces:
- Authorization, ServiceAuthorization
- public class NoAuthorization
- extends java.lang.Object
- implements Authorization, ServiceAuthorization
Method Summary |
void |
authorize(javax.security.auth.Subject peerSubject,
javax.xml.rpc.handler.MessageContext context)
|
void |
authorize(javax.security.auth.Subject peerSubject,
ServiceProperties props,
javax.xml.rpc.handler.MessageContext context)
|
static NoAuthorization |
getInstance()
|
org.ietf.jgss.GSSName |
getName(javax.xml.rpc.handler.MessageContext ctx)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoAuthorization
public NoAuthorization()
getInstance
public static NoAuthorization getInstance()
authorize
public void authorize(javax.security.auth.Subject peerSubject,
ServiceProperties props,
javax.xml.rpc.handler.MessageContext context)
throws AuthorizationException
- Specified by:
authorize
in interface ServiceAuthorization
- Throws:
AuthorizationException
authorize
public void authorize(javax.security.auth.Subject peerSubject,
javax.xml.rpc.handler.MessageContext context)
throws AuthorizationException
- Specified by:
authorize
in interface Authorization
- Throws:
AuthorizationException
getName
public org.ietf.jgss.GSSName getName(javax.xml.rpc.handler.MessageContext ctx)
throws AuthorizationException
- Specified by:
getName
in interface Authorization
- Throws:
AuthorizationException
Copyright ? 1999 University of Chicago and The University of Southern California. All Rights Reserved.