[New] Added User.getOrganisation()

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

View File

@ -291,6 +291,15 @@ public final class User {
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}
*