Package 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
,HostOrSelfAuthorization
,IdentityAuthorization
,NoAuthorization
,SelfAuthorization
GSSAPI client authorization.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract GSSName
getExpectedName
(GSSCredential cred, String host) Returns expectedGSSName
used for authorization purposes.Methods inherited from class org.globus.gsi.gssapi.auth.Authorization
authorize, generateAuthorizationException
-
Constructor Details
-
GSSAuthorization
public GSSAuthorization()
-
-
Method Details
-
getExpectedName
Returns expectedGSSName
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.
-