assertNotNull("Security Management is not null", ism);
AuthenticationManager authManager = sc.getAuthenticationManager();
assertNotNull("AuthenticationManager is not null", authManager);
AuthorizationManager authorizationMgr = sc.getAuthorizationManager();
assertNotNull("AuthorizationManager is not null", authorizationMgr);
AuditManager auditManager = sc.getAuditManager();
assertNotNull("AuditManager is not null", auditManager);
IdentityTrustManager itm = sc.getIdentityTrustManager();
assertNotNull("IdentityTrustManager is not null", itm);
}