org.openejb.corba.security.jgss
Class GSSUPCredential
java.lang.Object
org.openejb.corba.security.jgss.GSSUPCredential
- All Implemented Interfaces:
- sun.security.jgss.spi.GSSCredentialSpi
- public class GSSUPCredential
- extends Object
- implements sun.security.jgss.spi.GSSCredentialSpi
- Version:
- $Revision: 445259 $ $Date: 2005-03-08 05:08:36 +0100 (Tue, 08 Mar 2005) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getCredential
public org.apache.geronimo.security.jaas.UsernamePasswordCredential getCredential()
getAcceptLifetime
public int getAcceptLifetime()
throws GSSException
- Specified by:
getAcceptLifetime
in interface sun.security.jgss.spi.GSSCredentialSpi
- Throws:
GSSException
getInitLifetime
public int getInitLifetime()
throws GSSException
- Specified by:
getInitLifetime
in interface sun.security.jgss.spi.GSSCredentialSpi
- Throws:
GSSException
dispose
public void dispose()
throws GSSException
- Specified by:
dispose
in interface sun.security.jgss.spi.GSSCredentialSpi
- Throws:
GSSException
isAcceptorCredential
public boolean isAcceptorCredential()
- Specified by:
isAcceptorCredential
in interface sun.security.jgss.spi.GSSCredentialSpi
isInitiatorCredential
public boolean isInitiatorCredential()
- Specified by:
isInitiatorCredential
in interface sun.security.jgss.spi.GSSCredentialSpi
getProvider
public Provider getProvider()
- Specified by:
getProvider
in interface sun.security.jgss.spi.GSSCredentialSpi
getMechanism
public Oid getMechanism()
- Specified by:
getMechanism
in interface sun.security.jgss.spi.GSSCredentialSpi
getName
public sun.security.jgss.spi.GSSNameSpi getName()
throws GSSException
- Specified by:
getName
in interface sun.security.jgss.spi.GSSCredentialSpi
- Throws:
GSSException
Copyright © 1999-2006 OpenEJB. All Rights Reserved.