Skip to content

Instantly share code, notes, and snippets.

@pubudu94
Created June 24, 2018 14:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pubudu94/d03a187f87c8df1fdbce5eed2b4f4435 to your computer and use it in GitHub Desktop.
Save pubudu94/d03a187f87c8df1fdbce5eed2b4f4435 to your computer and use it in GitHub Desktop.
<?xml version="1.0" ?>
<!DOCTYPE MBeanType SYSTEM "commo.dtd">
<MBeanType
Name="CustomAuthentication"
DisplayName="CustomAuthentication"
Package="com.weblogic.security"
Extends="weblogic.management.security.authentication.Authenticator"
>
<!--
Sembra inutile
Preprocessor = "weblogic.management.configuration.LegalHelper.checkClassName(value)"
-->
<MBeanAttribute
Name="ProviderClassName"
Type="java.lang.String"
Writeable="false"
Default="&quot;com.weblogic.security.SampleAuthenticationProvider&quot;"
/>
<MBeanAttribute
Name="Description"
Type="java.lang.String"
Writeable="false"
Default="&quot;WebLogic Packt Authentication Provider&quot;"
/>
<MBeanAttribute
Name="Version"
Type="java.lang.String"
Writeable="false"
Default="&quot;1.0&quot;"
/>
<!--
<MBeanAttribute
Name = "URL"
Type = "java.lang.String"
Writeable = "true"
Default = "&quot;${authentication.services.url}&quot;"
/>-->
</MBeanType>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment