Class GSSAuthorization
java.lang.Object
org.globus.gsi.gssapi.auth.Authorization
org.globus.gsi.gssapi.auth.GSSAuthorization
- Direct Known Subclasses:
HostAuthorization, HostOrSelfAuthorization, IdentityAuthorization, NoAuthorization, SelfAuthorization
GSSAPI client authorization.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract GSSNamegetExpectedName(GSSCredential cred, String host) Returns expectedGSSNameused for authorization purposes.Methods inherited from class Authorization
authorize, generateAuthorizationException
-
Constructor Details
-
GSSAuthorization
public GSSAuthorization()
-
-
Method Details
-
getExpectedName
Returns expectedGSSNameused 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.
-