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. cachedCredentialReferenceDeprecated.private UnaryOperator<GSSKerberosCredential>GSSCredentialSecurityFactory. credentialOperatorDeprecated.private org.wildfly.common.function.ExceptionSupplier<GSSKerberosCredential,GeneralSecurityException>GSSCredentialSecurityFactory. rawSupplierDeprecated.Methods in org.wildfly.security.auth.util that return GSSKerberosCredential Modifier and Type Method Description GSSKerberosCredentialGSSCredentialSecurityFactory. create()Deprecated.private GSSKerberosCredentialGSSCredentialSecurityFactory.Builder. createGSSCredential(Configuration configuration)private GSSKerberosCredentialGSSCredentialSecurityFactory. 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 newGSSKerberosCredentialsecurity factory instance.Methods in org.wildfly.security.auth.util with parameters of type GSSKerberosCredential Modifier and Type Method Description private GSSKerberosCredentialGSSCredentialSecurityFactory. 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 GSSKerberosCredentialGSSKerberosCredential. clone()Methods in org.wildfly.security.credential with parameters of type GSSKerberosCredential Modifier and Type Method Description private booleanGSSKerberosCredential. 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. cachedCredentialReferenceprivate UnaryOperator<GSSKerberosCredential>GSSCredentialSecurityFactory. credentialOperatorprivate org.wildfly.common.function.ExceptionSupplier<GSSKerberosCredential,GeneralSecurityException>GSSCredentialSecurityFactory. rawSupplierMethods in org.wildfly.security.mechanism.gssapi that return GSSKerberosCredential Modifier and Type Method Description GSSKerberosCredentialGSSCredentialSecurityFactory. create()private GSSKerberosCredentialGSSCredentialSecurityFactory.Builder. createGSSCredential(Configuration configuration)private GSSKerberosCredentialGSSCredentialSecurityFactory. 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 newGSSKerberosCredentialsecurity factory instance.Methods in org.wildfly.security.mechanism.gssapi with parameters of type GSSKerberosCredential Modifier and Type Method Description private GSSKerberosCredentialGSSCredentialSecurityFactory. 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)
-