You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2019. It is now read-only.
The GateIn Public API is to be used within [GateIn Portal](http://www.gatein.org) to provide a standard and consistent way to obtain and modify portal entities.
5
+
6
+
7
+
Getting Started
8
+
-----------
9
+
10
+
To build with maven
11
+
12
+
`mvn clean install`
13
+
14
+
and include as a dependency in your pom.xml
15
+
16
+
```xml
17
+
<groupId>org.gatein.api</groupId>
18
+
<artifactId>gatein-api</artifactId>
19
+
<version>1.0.0.Alpha01</version>
20
+
```
21
+
22
+
Usage
23
+
-----------
24
+
25
+
To obtain the `PortalRequest` object from within GateIn simply do the following:
The `Portal` interface allows you to do more advanced things create sites, create pages, or check permisisons. For example to check to see if the current user has access to a certain page:
0 commit comments