Skip navigation links

Oracle Access Manager Extensibility Java API Reference
11g Release 1 (11.1.1.5)

E22473-01


oracle.security.am.engines.idm
Class IdentityManagementUtil

java.lang.Object
  extended by oracle.security.am.engines.idm.IdentityManagementUtil


public class IdentityManagementUtil
extends java.lang.Object

The IdentityManagementUtil contains utility methods bulding the idstore URL.

Since:
OAM 11.1.1.5.0
Version:
OAM 11.1.1.5.0

Constructor Summary
IdentityManagementUtil()
           

 

Method Summary
static java.net.URL buildUrl(boolean secureModeOn, java.lang.String host, int port, java.lang.String resource)
          Builds the uri.
static java.net.URL buildUrl(java.lang.String serverName, java.util.Map<java.lang.String,java.lang.Object> serverConfigurationMap, java.lang.String resource)
          Builds the url.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

IdentityManagementUtil

public IdentityManagementUtil()

Method Detail

buildUrl

public static java.net.URL buildUrl(java.lang.String serverName,
                                    java.util.Map<java.lang.String,java.lang.Object> serverConfigurationMap,
                                    java.lang.String resource)
Builds the url.
Parameters:
serverName - the server name
serverConfigurationMap - the server configuration
resource - the resource
Returns:
the URL

buildUrl

public static java.net.URL buildUrl(boolean secureModeOn,
                                    java.lang.String host,
                                    int port,
                                    java.lang.String resource)
Builds the uri.
Parameters:
secureModeOn - the secure mode on
host - the host port
port -
resource - the url
Returns:
the string

Skip navigation links

Oracle Access Manager Extensibility Java API Reference
11g Release 1 (11.1.1.5)

E22473-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.