WebLogic Server Security:
* It will handle a security logic and decisions for a domain.
Authentication Providers : It will check and provide the authentication.
Role mapping providers : It will provide the list of roles and segregation the permission.
Authorization provider : It will match the user with roles and remove the roles if doesnot matches with user. It will permit or deny the access.
Credential map providers : It will provide access to third parity provider.
Password validation providers : It will allow the rows and type or change a password for the users.
Certificate providers : It will validate the path of the domain and SSL certification along with third parity validation.
Auditing Providers : It will provide auditing relate queries.
Available Authentication Providers:
* Default by Internal LDAP
* LDAP (generic and vendor specific)
* Database (multiple DBMS providers)
* SAML (Security Assertion Markup language)
Identity Asserters:
* Default
* LDAP X509
* SAML
* Negotiate (SPNEGO)
LDAP Architecture:
No comments:
Post a Comment