A B C G K O S 
All Classes All Packages

A

addMechanismOid(Oid) - Method in class org.wildfly.security.mechanism.gssapi.GSSCredentialSecurityFactory.Builder
Add an Oid for a mechanism the GSSCredential should be usable with.

B

build() - Method in class org.wildfly.security.mechanism.gssapi.GSSCredentialSecurityFactory.Builder
Construct a new GSSKerberosCredential security factory instance.
builder() - Static method in class org.wildfly.security.mechanism.gssapi.GSSCredentialSecurityFactory

C

create() - Method in class org.wildfly.security.mechanism.gssapi.GSSCredentialSecurityFactory
 

G

GSSCredentialSecurityFactory - Class in org.wildfly.security.mechanism.gssapi
A SecurityFactory implementation for obtaining a GSSCredential.
GSSCredentialSecurityFactory.Builder - Class in org.wildfly.security.mechanism.gssapi
A builder for GSS credential security factories.

K

KERBEROS_V5 - Static variable in class org.wildfly.security.mechanism.gssapi.GSSCredentialSecurityFactory
 

O

org.wildfly.security.mechanism.gssapi - package org.wildfly.security.mechanism.gssapi
 

S

setCheckKeyTab(boolean) - Method in class org.wildfly.security.mechanism.gssapi.GSSCredentialSecurityFactory.Builder
Set if keytab file existence and principal presence in it should be checked on factory build.
setDebug(boolean) - Method in class org.wildfly.security.mechanism.gssapi.GSSCredentialSecurityFactory.Builder
Set if debug logging should be enabled for the JAAS authentication portion of obtaining the GSSCredential.
setFailCache(long) - Method in class org.wildfly.security.mechanism.gssapi.GSSCredentialSecurityFactory.Builder
Set amount of seconds before new try to obtain GSSCredential should be done if it has failed last time.
setIsServer(boolean) - Method in class org.wildfly.security.mechanism.gssapi.GSSCredentialSecurityFactory.Builder
Set if the credential returned from the factory is representing the server side of the connection.
setKeyTab(File) - Method in class org.wildfly.security.mechanism.gssapi.GSSCredentialSecurityFactory.Builder
Set the keytab file to obtain the identity.
setMinimumRemainingLifetime(int) - Method in class org.wildfly.security.mechanism.gssapi.GSSCredentialSecurityFactory.Builder
Once the factory has been called once it will cache the resulting GSSCredential, this setting defines how much life it must have left in seconds for it to be re-used.
setObtainKerberosTicket(boolean) - Method in class org.wildfly.security.mechanism.gssapi.GSSCredentialSecurityFactory.Builder
Set if the KerberosTicket should also be obtained and associated with the Credential.
setOptions(Map<String, Object>) - Method in class org.wildfly.security.mechanism.gssapi.GSSCredentialSecurityFactory.Builder
Set other configuration options for Krb5LoginModule.
setPrincipal(String) - Method in class org.wildfly.security.mechanism.gssapi.GSSCredentialSecurityFactory.Builder
Set the principal name for the initial authentication from the KeyTab.
setRequestLifetime(int) - Method in class org.wildfly.security.mechanism.gssapi.GSSCredentialSecurityFactory.Builder
Set the lifetime to request newly created credentials are valid for.
setWrapGssCredential(boolean) - Method in class org.wildfly.security.mechanism.gssapi.GSSCredentialSecurityFactory.Builder
Set if the constructed GSSCredential should be wrapped to prevent improper credential disposal or not.
SPNEGO - Static variable in class org.wildfly.security.mechanism.gssapi.GSSCredentialSecurityFactory
 
A B C G K O S 
All Classes All Packages