weblogic.security.providers.authorization
Interface  DefaultAuthorizerMBean
- public interface DefaultAuthorizerMBean
- extends weblogic.management.commo.StandardInterface, DeployableAuthorizerMBean, PolicyEditorMBean, PredicateEditorMBean
  
This MBean represents configuration attributes for the WebLogic Authorization                    provider.                   
| 
Method Summary
 | 
 java.lang.String | 
getDescription()
 
          A short description of the WebLogic Authorization provider. | 
 java.lang.String | 
getProviderClassName()
 
          The name of the Java class used to load the WebLogic Authorization provider. | 
 java.lang.String | 
getVersion()
 
          The version of the WebLogic Authorization provider. | 
 
 
 
 
 
 
| Methods inherited from interface weblogic.security.providers.authorization.PredicateReaderMBean | 
getPredArgumentAllowedValues, 
getPredArgumentCount, 
getPredArgumentDefValue, 
getPredArgumentDescription, 
getPredArgumentMaxValue, 
getPredArgumentMinValue, 
getPredArgumentName, 
getPredArgumentType, 
getPredicateDescription, 
getPredicateDisplayName, 
getRegisteredPredicates, 
isPredArgumentValid, 
isRegisteredPredicate | 
 
getProviderClassName
public java.lang.String getProviderClassName()
- The name of the Java class used to load the WebLogic Authorization provider.
- Default Value: "weblogic.security.providers.authorization.DefaultAuthorizationProviderImpl"
 
 
 
getDescription
public java.lang.String getDescription()
- A short description of the WebLogic Authorization provider.
- Default Value: "Weblogic Authorization Provider"
 
 
 
getVersion
public java.lang.String getVersion()
- The version of the WebLogic Authorization provider.
- Default Value: "1.0"
 
 
 
Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference