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
Methods in org.wildfly.security.auth.util that return GSSKerberosCredential Modifier and Type Method Description GSSKerberosCredential
GSSCredentialSecurityFactory. create()
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. -
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()
-
Uses of GSSKerberosCredential in org.wildfly.security.mechanism.gssapi
Methods in org.wildfly.security.mechanism.gssapi that return GSSKerberosCredential Modifier and Type Method Description GSSKerberosCredential
GSSCredentialSecurityFactory. create()
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.
-