| Modifier and Type | Field and Description |
|---|---|
private PrincipalName |
Credentials.clientName |
private PrincipalName |
CredentialsCache.primaryPrincipal |
private PrincipalName |
Credentials.serverName |
| Modifier and Type | Method and Description |
|---|---|
PrincipalName |
Credentials.getClientName() |
PrincipalName |
CredentialsCache.getPrimaryPrincipalName()
Returns the primary principal
|
PrincipalName |
Credentials.getServerName() |
PrincipalName |
Credentials.getServicePrincipal() |
private PrincipalName |
CacheInputStream.readPrincipal(int version) |
| Modifier and Type | Method and Description |
|---|---|
private void |
Credentials.init(AbstractTicket tkt,
PrincipalName clientPrincipal) |
void |
CredentialsCache.setPrimaryPrincipalName(PrincipalName principal)
Set the primary principal
|
private void |
CacheOutputStream.writePrincipal(PrincipalName pname,
int version) |
| Constructor and Description |
|---|
Credentials(AbstractTicket tkt,
PrincipalName clientPrincipal) |
Credentials(PrincipalName cname,
PrincipalName sname,
EncryptionKey ekey,
KerberosTime authtime,
KerberosTime starttime,
KerberosTime endtime,
KerberosTime renewTill,
boolean isEncInSKey,
TicketFlags flags,
HostAddresses caddr,
AuthorizationData authData,
Ticket ticket,
Ticket secondTicket) |
| Modifier and Type | Method and Description |
|---|---|
static javax.security.auth.kerberos.KerberosPrincipal |
KerberosUtils.getKerberosPrincipal(PrincipalName principal,
java.lang.String realm)
Constructs a KerberosPrincipal from a PrincipalName and an
optional realm
|
| Modifier and Type | Field and Description |
|---|---|
private PrincipalName |
KerberosMessageContainer.principalName
A PrincipalName container
|
| Modifier and Type | Method and Description |
|---|---|
static PrincipalName |
KerberosDecoder.decodePrincipalName(byte[] data)
Decode an PrincipalName structure
|
PrincipalName |
KerberosMessageContainer.getPrincipalName() |
| Modifier and Type | Method and Description |
|---|---|
void |
KerberosMessageContainer.setPrincipalName(PrincipalName principalName)
Set a PrincipalName Object into the container.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractReadPrincipalName.setPrincipalName(PrincipalName principalName,
E container)
set the PrincipalName on the ASN.1 object of the container
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
StoreISName.setPrincipalName(PrincipalName principalName,
AdKdcIssuedContainer adKdcIssuedContainer)
set the PrincipalName on the ASN.1 object of the container
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
StoreCName.setPrincipalName(PrincipalName principalName,
AuthenticatorContainer authenticatorContainer)
set the PrincipalName on the ASN.1 object of the container
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
StoreTargName.setPrincipalName(PrincipalName principalName,
ChangePasswdDataContainer ticketContainer)
set the PrincipalName on the ASN.1 object of the container
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
StoreSName.setPrincipalName(PrincipalName principalName,
EncKdcRepPartContainer encKdcRepPartContainer)
set the PrincipalName on the ASN.1 object of the container
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
StoreCName.setPrincipalName(PrincipalName principalName,
EncTicketPartContainer encTicketPartContainer)
set the PrincipalName on the ASN.1 object of the container
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
StoreCName.setPrincipalName(PrincipalName principalName,
KdcRepContainer kdcRepContainer)
set the PrincipalName on the ASN.1 object of the container
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
StoreSName.setPrincipalName(PrincipalName principalName,
KdcReqBodyContainer kdcReqBodyContainer)
set the PrincipalName on the ASN.1 object of the container
|
protected void |
StoreCName.setPrincipalName(PrincipalName principalName,
KdcReqBodyContainer kdcReqBodyContainer)
set the PrincipalName on the ASN.1 object of the container
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
StoreSName.setPrincipalName(PrincipalName principalName,
KrbCredInfoContainer krbCredInfoContainer)
set the PrincipalName on the ASN.1 object of the container
|
protected void |
StorePName.setPrincipalName(PrincipalName principalName,
KrbCredInfoContainer krbCredInfoContainer)
set the PrincipalName on the ASN.1 object of the container
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
StoreSName.setPrincipalName(PrincipalName principalName,
KrbErrorContainer krbErrorContainer)
set the PrincipalName on the ASN.1 object of the container
|
protected void |
StoreCName.setPrincipalName(PrincipalName principalName,
KrbErrorContainer krbErrorContainer)
set the PrincipalName on the ASN.1 object of the container
|
| Modifier and Type | Field and Description |
|---|---|
private PrincipalName |
PrincipalNameContainer.principalName
A PrincipalName container
|
| Modifier and Type | Method and Description |
|---|---|
PrincipalName |
PrincipalNameContainer.getPrincipalName() |
| Modifier and Type | Method and Description |
|---|---|
void |
PrincipalNameContainer.setPrincipalName(PrincipalName principalName)
Set a PrincipalName Object into the container.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
StoreSName.setPrincipalName(PrincipalName principalName,
TicketContainer ticketContainer)
set the PrincipalName on the ASN.1 object of the container
|
| Modifier and Type | Field and Description |
|---|---|
private PrincipalName |
KdcRep.cname
The client principal name
|
private PrincipalName |
KdcReqBody.cName
The Client Principal, if the request is an AS-REQ
|
private PrincipalName |
EncTicketPart.cName
client's principal
|
private PrincipalName |
AdKdcIssued.isname
The PrincipalName
|
private PrincipalName |
KrbCredInfo.pName
principal identity's name
|
private PrincipalName |
EncKdcRepPart.sname
The server's principal
|
private PrincipalName |
KdcReqBody.sName
The Server Principal
|
private PrincipalName |
KrbCredInfo.sName
server's principal name
|
| Modifier and Type | Method and Description |
|---|---|
PrincipalName |
KdcReqBody.getCName() |
PrincipalName |
EncTicketPart.getCName() |
PrincipalName |
KdcRep.getCName()
Returns the client
PrincipalName. |
PrincipalName |
AdKdcIssued.getISName() |
PrincipalName |
KrbCredInfo.getpName() |
PrincipalName |
KrbCredInfo.getsName() |
PrincipalName |
KdcReqBody.getSName()
Returns the server
PrincipalName. |
PrincipalName |
EncKdcRepPart.getSName()
Returns the server
PrincipalName. |
| Modifier and Type | Method and Description |
|---|---|
void |
KdcReqBody.setCName(PrincipalName cName) |
void |
EncTicketPart.setCName(PrincipalName cName) |
void |
KdcRep.setCName(PrincipalName cname)
Set the client principalName
|
void |
AdKdcIssued.setISName(PrincipalName isname) |
void |
KrbCredInfo.setpName(PrincipalName pName) |
void |
KrbCredInfo.setsName(PrincipalName sName) |
void |
KdcReqBody.setSName(PrincipalName sName) |
void |
EncKdcRepPart.setSName(PrincipalName sname)
Sets the server
PrincipalName. |
| Modifier and Type | Field and Description |
|---|---|
private PrincipalName |
Authenticator.cname
The client principalName
|
private PrincipalName |
KrbError.cName
the client's principal
|
private PrincipalName |
KrbError.sName
the server's principal
|
private PrincipalName |
Ticket.sName
The server principal name
|
private PrincipalName |
ChangePasswdData.targName
principal name of the client
|
| Modifier and Type | Method and Description |
|---|---|
PrincipalName |
KrbError.getCName() |
PrincipalName |
Authenticator.getCName() |
PrincipalName |
KrbError.getSName() |
PrincipalName |
AsRep.getSName()
Returns the server
PrincipalName. |
PrincipalName |
TgsRep.getSName()
Returns the server
PrincipalName. |
PrincipalName |
Ticket.getSName()
Returns the server
PrincipalName. |
PrincipalName |
ChangePasswdData.getTargName() |
| Modifier and Type | Method and Description |
|---|---|
void |
KrbError.setCName(PrincipalName cName) |
void |
Authenticator.setCName(PrincipalName cname) |
void |
KrbError.setSName(PrincipalName sName) |
void |
Ticket.setSName(PrincipalName sName)
Set the server principalName
|
void |
ChangePasswdData.setTargName(PrincipalName targName) |
| Constructor and Description |
|---|
Ticket(int tktvno,
PrincipalName sName,
EncryptedData encPart)
Creates a new instance of Ticket.
|
Ticket(PrincipalName sName,
EncryptedData encPart)
Creates a new instance of Ticket.
|