public final class GSSCredentialSecurityFactory extends Object implements SecurityFactory<GSSKerberosCredential>
SecurityFactory
implementation for obtaining a GSSCredential
.Modifier and Type | Class and Description |
---|---|
static class |
GSSCredentialSecurityFactory.Builder
A builder for GSS credential security factories.
|
Modifier and Type | Field and Description |
---|---|
static Oid |
KERBEROS_V5 |
static Oid |
SPNEGO |
Modifier and Type | Method and Description |
---|---|
static GSSCredentialSecurityFactory.Builder |
builder()
Obtain a new
GSSCredentialSecurityFactory.Builder capable of building a GSSCredentialSecurityFactory . |
GSSKerberosCredential |
create()
Create an instance.
|
public GSSKerberosCredential create() throws GeneralSecurityException
SecurityFactory
create
in interface SecurityFactory<GSSKerberosCredential>
GeneralSecurityException
- if instantiation fails for some reasonpublic static GSSCredentialSecurityFactory.Builder builder()
GSSCredentialSecurityFactory.Builder
capable of building a GSSCredentialSecurityFactory
.GSSCredentialSecurityFactory.Builder
capable of building a GSSCredentialSecurityFactory
.Copyright © 2020 JBoss by Red Hat. All rights reserved.