Class BambooUserPrincipal
- java.lang.Object
-
- com.atlassian.bamboo.testutils.user.BambooPrincipal
-
- com.atlassian.bamboo.testutils.user.BambooUserPrincipal
-
public class BambooUserPrincipal extends BambooPrincipal
-
-
Constructor Summary
Constructors Constructor Description BambooUserPrincipal(@NotNull String username)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPrincipalName()
BambooPrincipalType
getPrincipalType()
-
Methods inherited from class com.atlassian.bamboo.testutils.user.BambooPrincipal
forGroup, forUser, getSid, toString
-
-
-
-
Constructor Detail
-
BambooUserPrincipal
public BambooUserPrincipal(@NotNull @NotNull String username)
-
-
Method Detail
-
getPrincipalType
public BambooPrincipalType getPrincipalType()
- Specified by:
getPrincipalType
in classBambooPrincipal
-
getPrincipalName
public String getPrincipalName()
- Specified by:
getPrincipalName
in classBambooPrincipal
-
-