HostAuthorization, HostOrSelfAuthorization, IdentityAuthorization, NoAuthorization, SelfAuthorizationpublic abstract class GSSAuthorization extends Authorization
| Constructor | Description |
|---|---|
GSSAuthorization() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract GSSName |
getExpectedName(GSSCredential cred,
String host) |
Returns expected
GSSName used for authorization purposes. |
authorize, generateAuthorizationExceptionpublic abstract GSSName getExpectedName(GSSCredential cred, String host) throws GSSException
GSSName used for authorization purposes.
Can returns null for self authorization.cred - credentials usedhost - host address of the peer.GSSException - if unable to create the name.Copyright © 2018. All rights reserved.