Oracle Application Server JAAS Provider API Reference
10g Release 3 (10.1.3)

B25710-01


oracle.security.jazn.realm
Interface InitRealmInfo.RealmType

Enclosing interface:
InitRealmInfo

public static interface InitRealmInfo.RealmType

RealmType defines the different realm types supported by JAZN.


Field Summary
static java.lang.String APPLICATION_REALM
          Deprecated. As of 10.1.3 JAZN specific realms are deprecated. There will be a replacement functionality equivalent of this in future release. See OC4J Security Guide for more information on supported realm types.
static java.lang.String EXTERNAL_REALM
          Deprecated. As of 10.1.3 JAZN specific realms are deprecated. There will be a replacement functionality equivalent of this in future release. See OC4J Security Guide for more information on supported realm types.
static java.lang.String SUBSCRIBER_REALM
           

 

Field Detail

APPLICATION_REALM

public static final java.lang.String APPLICATION_REALM
Deprecated. As of 10.1.3 JAZN specific realms are deprecated. There will be a replacement functionality equivalent of this in future release. See OC4J Security Guide for more information on supported realm types.
See Also:
Constant Field Values

EXTERNAL_REALM

public static final java.lang.String EXTERNAL_REALM
Deprecated. As of 10.1.3 JAZN specific realms are deprecated. There will be a replacement functionality equivalent of this in future release. See OC4J Security Guide for more information on supported realm types.
See Also:
Constant Field Values

SUBSCRIBER_REALM

public static final java.lang.String SUBSCRIBER_REALM
See Also:
Constant Field Values

Oracle Application Server JAAS Provider API Reference
10g Release 3 (10.1.3)

B25710-01


Copyright © 2004, 2006, Oracle. All rights reserved.