|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PageCapability | |
|---|---|
| com.atlassian.sal.api.auth | |
| com.atlassian.sal.api.page | |
| Uses of PageCapability in com.atlassian.sal.api.auth |
|---|
| Method parameters in com.atlassian.sal.api.auth with type arguments of type PageCapability | |
|---|---|
URI |
LoginUriProvider.getLoginUri(URI returnUri,
EnumSet<PageCapability> pageCaps)
Returns the URI to redirect users for login. |
URI |
LoginUriProvider.getLoginUriForRole(URI returnUri,
UserRole role,
EnumSet<PageCapability> pageCaps)
Returns the URI to redirect users for login. |
| Uses of PageCapability in com.atlassian.sal.api.page |
|---|
| Methods in com.atlassian.sal.api.page that return PageCapability | |
|---|---|
static PageCapability |
PageCapability.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PageCapability[] |
PageCapability.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.atlassian.sal.api.page that return types with arguments of type PageCapability | |
|---|---|
static EnumSet<PageCapability> |
PageCapabilities.empty()
|
static EnumSet<PageCapability> |
PageCapabilities.valueOf(String values)
|
| Method parameters in com.atlassian.sal.api.page with type arguments of type PageCapability | |
|---|---|
static String |
PageCapabilities.toString(EnumSet<PageCapability> pageCaps)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||