}
//System.out.println("Security Token enabled...");
// if(((ProtectionToken)this.assertion ).getClass()==ProtectionToken.class){
if (this.assertion instanceof ProtectionToken) {
ProtectionToken tempPToken = (ProtectionToken) this.assertion;
if (isX509TokenType) {
X509Token x509Tkn = new X509Token(11);
tempPToken.setToken(x509Tkn);
if (log.isDebugEnabled()) {
log.debug("X509 Token found...");
}
//System.out.println("X509 Token found...");
if (isX509Included) {