Enterprise Security
Friday, March 31, 2017
Java: Read values from a comma separated string
String commaSprtdStr = "abc, def, ghi, xyz";
String valueAtIndex = commaSprtdStr.split(",")[index];
The index of the first value is 0
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Basic Algebraic Concepts for Understanding Encryption
SailPoint IIQ - Provisioning Rule Example - JDBC Application
import java.util.Date; import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.Stateme...
Install OpenSSL on Windows Subsystem for Linux (WSL2)
wget https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.5.0.tar.gz <Check latest version and replace everywhere> tar -xvf libress...
AD Provisioning Error - ERROR http-nio-8080-exec-1 sailpoint.connector.ADLDAPConnector:3871 - 1158736412 Exception occurred in handling Object Request.
More often then not, this is because IIQ machine is not able to connect to IQService. Check the status of IQService Check network Check fi...
No comments:
Post a Comment