[New] Added Certificate.getOrganisation()

This commit is contained in:
Robert von Burg 2020-10-23 14:35:16 +02:00
parent a44876770c
commit 435169acf7
1 changed files with 9 additions and 0 deletions

View File

@ -184,6 +184,15 @@ public final class Certificate implements Serializable {
return getProperty(REALM);
}
/**
* Returns the value of the property {@link PrivilegeConstants#ORGANISATION}
*
* @return the value of the property {@link PrivilegeConstants#ORGANISATION}
*/
public String getOrganisation() {
return getProperty(ORGANISATION);
}
/**
* Returns the value of the property {@link PrivilegeConstants#LOCATION}
*