Uses of Class
com.kerb4j.server.marshall.Kerb4JException
Packages that use Kerb4JException
-
Uses of Kerb4JException in com.kerb4j.server.marshall.pac
Methods in com.kerb4j.server.marshall.pac that throw Kerb4JExceptionModifier and TypeMethodDescriptionstatic PacSidPacSid.createFromSubs(byte[] bytes) PacDataInputStream.readId()PacDataInputStream.readSid()PacDataInputStream.readString()PacDataInputStream.readUnicodeString()Constructors in com.kerb4j.server.marshall.pac that throw Kerb4JExceptionModifierConstructorDescriptionPacCredentialType(byte[] data) PacDelegationInfo(byte[] data) PacLogonInfo(byte[] data) PacSid(byte[] bytes) PacSignature(byte[] data) -
Uses of Kerb4JException in com.kerb4j.server.marshall.spnego
Methods in com.kerb4j.server.marshall.spnego that throw Kerb4JExceptionModifier and TypeMethodDescriptionSpnegoKerberosMechToken.getPac(KerberosKey[] kerberosKeys) SpnegoInitToken.getSpnegoKerberosMechToken()Constructors in com.kerb4j.server.marshall.spnego that throw Kerb4JExceptionModifierConstructorDescriptionSpnegoInitToken(byte[] token) SpnegoKerberosMechToken(byte[] token)