Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,13 @@ public String getProxyTicketFor(final String service) {
public Map<String, Object> getAttributes() {
return this.attributes;
}

/**
* Returns the proxy granting ticket associated with this principal, if available.
*
* @return the proxy granting ticket or null
*/
public String getProxyGrantingTicket() {
return proxyGrantingTicket;
}
}