Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
public KerberosPrincipal | |
public KerberosTicket | kerberosTicketGetProxy(KerberosTicket t)
Implements sun. |
public KerberosPrincipal | |
public void | |
public void | kerberosTicketSetProxy(KerberosTicket t, KerberosTicket p)
Implements sun. |
public void | |
public KeyTab | keyTabTakeSnapshot(KeyTab ktab)
Implements sun. |
JavaxSecurityAuthKerberosAccessImpl | back to summary |
---|---|
pack-priv JavaxSecurityAuthKerberosAccessImpl() |
kerberosTicketGetClientAlias | back to summary |
---|---|
public KerberosPrincipal kerberosTicketGetClientAlias(KerberosTicket t) Implements sun. |
kerberosTicketGetProxy | back to summary |
---|---|
public KerberosTicket kerberosTicketGetProxy(KerberosTicket t) Implements sun. Doc from sun. Returns the proxy for a KerberosTicket. |
kerberosTicketGetServerAlias | back to summary |
---|---|
public KerberosPrincipal kerberosTicketGetServerAlias(KerberosTicket t) Implements sun. |
kerberosTicketSetClientAlias | back to summary |
---|---|
public void kerberosTicketSetClientAlias(KerberosTicket t, KerberosPrincipal a) Implements sun. |
kerberosTicketSetProxy | back to summary |
---|---|
public void kerberosTicketSetProxy(KerberosTicket t, KerberosTicket p) Implements sun. Doc from sun. Sets the proxy for a KerberosTicket. |
kerberosTicketSetServerAlias | back to summary |
---|---|
public void kerberosTicketSetServerAlias(KerberosTicket t, KerberosPrincipal a) Implements sun. |
keyTabTakeSnapshot | back to summary |
---|---|
public KeyTab keyTabTakeSnapshot(KeyTab ktab) Implements sun. Doc from sun. Returns a snapshot to the backing keytab |