File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ GitHub Source: <https://github.com/ldclakmal/ballerina-security> <br/><br/>
1818
1919| Category | ![ BBE] [ ballerina-bbe-logo ] |
2020| ---| ---|
21- | REST API Security | [ Service - SSL/TLS] [ bbe-http-service-ssl-tls ] <br /> [ Service - Mutual SSL] [ bbe-http-service-mutual-ssl ] <br /> [ Service - Basic Auth File User Store] [ bbe-http-service-basic-auth-file ] <br /> [ Service - Basic Auth LDAP User Store] [ bbe-http-service-basic-auth-ldap ] <br /> [ Service - JWT Auth] [ bbe-http-service-jwt-auth ] <br /> [ Service - OAuth2] [ bbe-http-service-oauth2 ] <br /> [ Client - SSL/TLS] [ bbe-http-client-ssl-tls ] <br /> [ Client - Mutual SSL] [ bbe-http-client-mutual-ssl ] <br /> [ Client - Basic Auth] [ bbe-http-client-basic-auth ] <br /> [ Client - Bearer Token Auth] [ bbe-http-client-bearer-token-auth ] <br /> [ Client - Self Signed JWT Auth] [ bbe-http-client-self-signed-jwt-auth ] <br /> [ Client - OAuth2 Client Credentials Grant Type] [ bbe-http-client-oauth2-client-credentials-grant ] <br /> [ Client - OAuth2 Password Grant Type] [ bbe-http-client-oauth2-password-grant ] <br /> [ Client - OAuth2 Direct Token Type] [ bbe-http-client-oauth2-refresh-token-grant ] |
21+ | REST API Security | [ Service - SSL/TLS] [ bbe-http-service-ssl-tls ] <br /> [ Service - Mutual SSL] [ bbe-http-service-mutual-ssl ] <br /> [ Service - Basic Auth File User Store] [ bbe-http-service-basic-auth-file ] <br /> [ Service - Basic Auth LDAP User Store] [ bbe-http-service-basic-auth-ldap ] <br /> [ Service - JWT Auth] [ bbe-http-service-jwt-auth ] <br /> [ Service - OAuth2] [ bbe-http-service-oauth2 ] <br /> [ Client - SSL/TLS] [ bbe-http-client-ssl-tls ] <br /> [ Client - Mutual SSL] [ bbe-http-client-mutual-ssl ] <br /> [ Client - Basic Auth] [ bbe-http-client-basic-auth ] <br /> [ Client - Bearer Token Auth] [ bbe-http-client-bearer-token-auth ] <br /> [ Client - Self Signed JWT Auth] [ bbe-http-client-self-signed-jwt-auth ] <br /> [ Client - OAuth2 Client Credentials Grant Type] [ bbe-http-client-oauth2-client-credentials-grant ] <br /> [ Client - OAuth2 Password Grant Type] [ bbe-http-client-oauth2-password-grant ] <br /> [ Client - OAuth2 Refresh Token Grant Type] [ bbe-http-client-oauth2-refresh-token-grant ] |
2222| GraphQL Security | [ Service - SSL/TLS] [ bbe-graphql-service-ssl-tls ] <br /> [ Service - Mutual SSL] [ bbe-graphql-service-mutual-ssl ] <br /> [ Service - Basic Auth File User Store] [ bbe-graphql-service-basic-auth-file ] <br /> [ Service - Basic Auth LDAP User Store] [ bbe-graphql-service-basic-auth-ldap ] <br /> [ Service - JWT Auth] [ bbe-graphql-service-jwt-auth ] <br /> [ Service - OAuth2] [ bbe-graphql-service-oauth2 ] |
2323| Security | [ Cryptographic Operations] [ bbe-cryptography ] <br /> [ JWT Issue & Validate] [ bbe-jwt-issue-validate ] |
2424| URL | [ URL Encode & Decode] [ bbe-url-encode-decode ] |
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ The following BBEs are tested and output is verified.
3030
3131| Category | BBE |
3232| ---| ---|
33- | REST API Security | [ Service - SSL/TLS] [ bbe-http-service-ssl-tls ] <br /> [ Service - Mutual SSL] [ bbe-http-service-mutual-ssl ] <br /> [ Service - Basic Auth File User Store] [ bbe-http-service-basic-auth-file ] <br /> [ Service - Basic Auth LDAP User Store] [ bbe-http-service-basic-auth-ldap ] <br /> [ Service - JWT Auth] [ bbe-http-service-jwt-auth ] <br /> [ Service - OAuth2] [ bbe-http-service-oauth2 ] <br /> [ Client - SSL/TLS] [ bbe-http-client-ssl-tls ] <br /> [ Client - Mutual SSL] [ bbe-http-client-mutual-ssl ] <br /> [ Client - Basic Auth] [ bbe-http-client-basic-auth ] <br /> [ Client - Bearer Token Auth] [ bbe-http-client-bearer-token-auth ] <br /> [ Client - Self Signed JWT Auth] [ bbe-http-client-self-signed-jwt-auth ] <br /> [ Client - OAuth2 Client Credentials Grant Type] [ bbe-http-client-oauth2-client-credentials-grant ] <br /> [ Client - OAuth2 Password Grant Type] [ bbe-http-client-oauth2-password-grant ] <br /> [ Client - OAuth2 Direct Token Type] [ bbe-http-client-oauth2-refresh-token-grant ] |
33+ | REST API Security | [ Service - SSL/TLS] [ bbe-http-service-ssl-tls ] <br /> [ Service - Mutual SSL] [ bbe-http-service-mutual-ssl ] <br /> [ Service - Basic Auth File User Store] [ bbe-http-service-basic-auth-file ] <br /> [ Service - Basic Auth LDAP User Store] [ bbe-http-service-basic-auth-ldap ] <br /> [ Service - JWT Auth] [ bbe-http-service-jwt-auth ] <br /> [ Service - OAuth2] [ bbe-http-service-oauth2 ] <br /> [ Client - SSL/TLS] [ bbe-http-client-ssl-tls ] <br /> [ Client - Mutual SSL] [ bbe-http-client-mutual-ssl ] <br /> [ Client - Basic Auth] [ bbe-http-client-basic-auth ] <br /> [ Client - Bearer Token Auth] [ bbe-http-client-bearer-token-auth ] <br /> [ Client - Self Signed JWT Auth] [ bbe-http-client-self-signed-jwt-auth ] <br /> [ Client - OAuth2 Client Credentials Grant Type] [ bbe-http-client-oauth2-client-credentials-grant ] <br /> [ Client - OAuth2 Password Grant Type] [ bbe-http-client-oauth2-password-grant ] <br /> [ Client - OAuth2 Refresh Token Grant Type] [ bbe-http-client-oauth2-refresh-token-grant ] |
3434| GraphQL Security | [ Service - SSL/TLS] [ bbe-graphql-service-ssl-tls ] <br /> [ Service - Mutual SSL] [ bbe-graphql-service-mutual-ssl ] <br /> [ Service - Basic Auth File User Store] [ bbe-graphql-service-basic-auth-file ] <br /> [ Service - Basic Auth LDAP User Store] [ bbe-graphql-service-basic-auth-ldap ] <br /> [ Service - JWT Auth] [ bbe-graphql-service-jwt-auth ] <br /> [ Service - OAuth2] [ bbe-graphql-service-oauth2 ] |
3535| Security | [ Cryptographic Operations] [ bbe-cryptography ] <br /> [ JWT Issue & Validate] [ bbe-jwt-issue-validate ] |
3636| URL | [ URL Encode & Decode] [ bbe-url-encode-decode ] |
You can’t perform that action at this time.
0 commit comments