Uses of Class
org.wildfly.security.mechanism.gssapi.GSSCredentialSecurityFactory.Builder
Packages that use GSSCredentialSecurityFactory.Builder
-
Uses of GSSCredentialSecurityFactory.Builder in org.wildfly.security.mechanism.gssapi
Methods in org.wildfly.security.mechanism.gssapi that return GSSCredentialSecurityFactory.BuilderModifier and TypeMethodDescriptionGSSCredentialSecurityFactory.Builder.addMechanismOid(Oid oid) Add anOidfor a mechanism theGSSCredentialshould be usable with.GSSCredentialSecurityFactory.builder()Obtain a newGSSCredentialSecurityFactory.Buildercapable of building aGSSCredentialSecurityFactory.GSSCredentialSecurityFactory.Builder.setCheckKeyTab(boolean value) Set if keytab file existence and principal presence in it should be checked on factory build.GSSCredentialSecurityFactory.Builder.setDebug(boolean debug) Set if debug logging should be enabled for the JAAS authentication portion of obtaining theGSSCredential.GSSCredentialSecurityFactory.Builder.setFailCache(long seconds) Set amount of seconds before new try to obtainGSSCredentialshould be done if it has failed last time.GSSCredentialSecurityFactory.Builder.setIsServer(boolean isServer) Set if the credential returned from the factory is representing the server side of the connection.Set the keytab file to obtain the identity.GSSCredentialSecurityFactory.Builder.setMinimumRemainingLifetime(int minimumRemainingLifetime) Once the factory has been called once it will cache the resultingGSSCredential, this setting defines how much life it must have left in seconds for it to be re-used.GSSCredentialSecurityFactory.Builder.setObtainKerberosTicket(boolean obtainKerberosTicket) Set if the KerberosTicket should also be obtained and associated with the Credential.GSSCredentialSecurityFactory.Builder.setOptions(Map<String, Object> options) Set other configuration options forKrb5LoginModule.GSSCredentialSecurityFactory.Builder.setPrincipal(String principal) Set the principal name for the initial authentication from the KeyTab.GSSCredentialSecurityFactory.Builder.setRequestLifetime(int requestLifetime) Set the lifetime to request newly created credentials are valid for.GSSCredentialSecurityFactory.Builder.setWrapGssCredential(boolean value) Set if the constructedGSSCredentialshould be wrapped to prevent improper credential disposal or not.