A B C G K O S
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addMechanismOid(Oid) - Method in class org.wildfly.security.mechanism.gssapi.GSSCredentialSecurityFactory.Builder
-
Add an
Oidfor a mechanism theGSSCredentialshould be usable with.
B
- build() - Method in class org.wildfly.security.mechanism.gssapi.GSSCredentialSecurityFactory.Builder
-
Construct a new
GSSKerberosCredentialsecurity factory instance. - builder() - Static method in class org.wildfly.security.mechanism.gssapi.GSSCredentialSecurityFactory
-
Obtain a new
GSSCredentialSecurityFactory.Buildercapable of building aGSSCredentialSecurityFactory.
C
- create() - Method in class org.wildfly.security.mechanism.gssapi.GSSCredentialSecurityFactory
G
- GSSCredentialSecurityFactory - Class in org.wildfly.security.mechanism.gssapi
-
A
SecurityFactoryimplementation for obtaining aGSSCredential. - 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
GSSCredentialshould 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
GSSCredentialshould be wrapped to prevent improper credential disposal or not. - SPNEGO - Static variable in class org.wildfly.security.mechanism.gssapi.GSSCredentialSecurityFactory
All Classes All Packages