org.globus.gsi.gssapi.auth
Class GSSAuthorization
java.lang.Object
org.globus.gsi.gssapi.auth.Authorization
org.globus.gsi.gssapi.auth.GSSAuthorization
- Direct Known Subclasses:
- HostAuthorization, IdentityAuthorization, SelfAuthorization
- public abstract class GSSAuthorization
- extends Authorization
GSSAPI client authorization.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GSSAuthorization
public GSSAuthorization()
getExpectedName
public abstract GSSName getExpectedName(GSSCredential cred,
String host)
throws GSSException
- Returns expected
GSSName used for authorization purposes.
Can returns null for self authorization.
- Parameters:
cred - credentials usedhost - host address of the peer.
- Throws:
GSSException - if unable to create the name.