|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.globus.gsi.gssapi.auth.Authorization
org.globus.gsi.gssapi.auth.GSSAuthorization
public abstract class GSSAuthorization
GSSAPI client authorization.
| Constructor Summary | |
|---|---|
GSSAuthorization()
|
|
| Method Summary | |
|---|---|
abstract org.ietf.jgss.GSSName |
getExpectedName(org.ietf.jgss.GSSCredential cred,
java.lang.String host)
Returns expected GSSName used for authorization purposes. |
| Methods inherited from class org.globus.gsi.gssapi.auth.Authorization |
|---|
authorize, generateAuthorizationException |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GSSAuthorization()
| Method Detail |
|---|
public abstract org.ietf.jgss.GSSName getExpectedName(org.ietf.jgss.GSSCredential cred,
java.lang.String host)
throws org.ietf.jgss.GSSException
GSSName used for authorization purposes.
Can returns null for self authorization.
cred - credentials usedhost - host address of the peer.
org.ietf.jgss.GSSException - if unable to create the name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||