Java application developmentEdit online You can develop Java applications that use Verify Identity Access. Configuring a Java application into the secure domainJava applications that use Verify Identity Access security must be configured into a Verify Identity Access secure domain.Configuring the Java Authentication and Authorization ServiceThe Verify Identity Access configuration steps follow the configuration methods supported by the Java Authentication and Authorization Service (JAAS). Developing a resource managerA resource manager is a Java application that uses the JAAS and the Verify Identity Access authorization API Java classes to make access control decisions. Making authorization decisions outside of Java 2The Verify Identity Access authorization API Java classes also support a completely Java-compliant usage of the Verify Identity Access authorization check that is outside of the Java 2 and JAAS framework. Obtaining entitlements for a specified userThe authorization API supports a service plug-in model that enables developers to add modules that extend the capabilities of Verify Identity Access. The entitlements service plug-in is the only type of plug-in that you can call from a Java application at this time.Parent topic: Authorization Java Developer Reference