Uses of Class
org.wildfly.security.credential.GSSKerberosCredential
-
Packages that use GSSKerberosCredential Package Description org.wildfly.security.auth.util Miscellaneous utility classes and APIs for client and server login applications.org.wildfly.security.credential org.wildfly.security.mechanism.gssapi -
-
Uses of GSSKerberosCredential in org.wildfly.security.auth.util
Fields in org.wildfly.security.auth.util with type parameters of type GSSKerberosCredential Modifier and Type Field Description private AtomicReference<GSSKerberosCredential>
GSSCredentialSecurityFactory. cachedCredentialReference
Deprecated.private UnaryOperator<GSSKerberosCredential>
GSSCredentialSecurityFactory. credentialOperator
Deprecated.private org.wildfly.common.function.ExceptionSupplier<GSSKerberosCredential,GeneralSecurityException>
GSSCredentialSecurityFactory. rawSupplier
Deprecated.Methods in org.wildfly.security.auth.util that return GSSKerberosCredential Modifier and Type Method Description GSSKerberosCredential
GSSCredentialSecurityFactory. create()
Deprecated.private GSSKerberosCredential
GSSCredentialSecurityFactory.Builder. createGSSCredential(Configuration configuration)
private GSSKerberosCredential
GSSCredentialSecurityFactory. update(GSSKerberosCredential original)
Deprecated.Methods in org.wildfly.security.auth.util that return types with arguments of type GSSKerberosCredential Modifier and Type Method Description SecurityFactory<GSSKerberosCredential>
GSSCredentialSecurityFactory.Builder. build()
Construct a newGSSKerberosCredential
security factory instance.Methods in org.wildfly.security.auth.util with parameters of type GSSKerberosCredential Modifier and Type Method Description private GSSKerberosCredential
GSSCredentialSecurityFactory. update(GSSKerberosCredential original)
Deprecated.Constructor parameters in org.wildfly.security.auth.util with type arguments of type GSSKerberosCredential Constructor Description GSSCredentialSecurityFactory(int minimumRemainingLifetime, org.wildfly.common.function.ExceptionSupplier<GSSKerberosCredential,GeneralSecurityException> rawSupplier)
Deprecated. -
Uses of GSSKerberosCredential in org.wildfly.security.credential
Methods in org.wildfly.security.credential that return GSSKerberosCredential Modifier and Type Method Description GSSKerberosCredential
GSSKerberosCredential. clone()
Methods in org.wildfly.security.credential with parameters of type GSSKerberosCredential Modifier and Type Method Description private boolean
GSSKerberosCredential. equals(GSSKerberosCredential obj)
-
Uses of GSSKerberosCredential in org.wildfly.security.mechanism.gssapi
Fields in org.wildfly.security.mechanism.gssapi with type parameters of type GSSKerberosCredential Modifier and Type Field Description private AtomicReference<GSSKerberosCredential>
GSSCredentialSecurityFactory. cachedCredentialReference
private UnaryOperator<GSSKerberosCredential>
GSSCredentialSecurityFactory. credentialOperator
private org.wildfly.common.function.ExceptionSupplier<GSSKerberosCredential,GeneralSecurityException>
GSSCredentialSecurityFactory. rawSupplier
Methods in org.wildfly.security.mechanism.gssapi that return GSSKerberosCredential Modifier and Type Method Description GSSKerberosCredential
GSSCredentialSecurityFactory. create()
private GSSKerberosCredential
GSSCredentialSecurityFactory.Builder. createGSSCredential(Configuration configuration)
private GSSKerberosCredential
GSSCredentialSecurityFactory. update(GSSKerberosCredential original)
Methods in org.wildfly.security.mechanism.gssapi that return types with arguments of type GSSKerberosCredential Modifier and Type Method Description SecurityFactory<GSSKerberosCredential>
GSSCredentialSecurityFactory.Builder. build()
Construct a newGSSKerberosCredential
security factory instance.Methods in org.wildfly.security.mechanism.gssapi with parameters of type GSSKerberosCredential Modifier and Type Method Description private GSSKerberosCredential
GSSCredentialSecurityFactory. update(GSSKerberosCredential original)
Constructor parameters in org.wildfly.security.mechanism.gssapi with type arguments of type GSSKerberosCredential Constructor Description GSSCredentialSecurityFactory(int minimumRemainingLifetime, org.wildfly.common.function.ExceptionSupplier<GSSKerberosCredential,GeneralSecurityException> rawSupplier)
-