Searched refs:getInitLifetime (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/jgss/spi/
H A DGSSCredentialSpi.java66 public int getInitLifetime() throws GSSException; method in interface:GSSCredentialSpi
/openjdk7/jdk/src/share/classes/sun/security/jgss/spnego/
H A DSpNegoCredElement.java72 public int getInitLifetime() throws GSSException { method in class:SpNegoCredElement
73 return cred.getInitLifetime();
/openjdk7/jdk/src/share/classes/sun/security/jgss/
H A DGSSCredentialImpl.java189 tempLife = tempCred.getInitLifetime();
193 tempInitLife = tempCred.getInitLifetime();
225 if (max < element.getInitLifetime())
226 max = element.getInitLifetime();
234 if (max < element.getInitLifetime())
235 max = element.getInitLifetime();
/openjdk7/jdk/src/share/classes/sun/security/jgss/wrapper/
H A DGSSCredElement.java103 public int getInitLifetime() throws GSSException { method in class:GSSCredElement
/openjdk7/jdk/src/share/classes/sun/security/jgss/krb5/
H A DKrb5AcceptCredential.java118 public int getInitLifetime() throws GSSException { method in class:Krb5AcceptCredential
H A DKrb5InitCredential.java236 public int getInitLifetime() throws GSSException { method in class:Krb5InitCredential

Completed in 60 milliseconds