001 package org.omg.SecurityLevel2; 002 003 004 /** 005 * Generated from IDL interface "PrincipalAuthenticator". 006 * 007 * @author JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007 008 * @version generated at Sep 22, 2012 10:58:00 AM 009 */ 010 011 public interface PrincipalAuthenticatorOperations 012 { 013 /* constants */ 014 /* operations */ 015 int[] get_supported_authen_methods(java.lang.String mechanism); 016 org.omg.Security.AuthenticationStatus authenticate(int method, java.lang.String mechanism, java.lang.String security_name, org.omg.CORBA.Any auth_data, org.omg.Security.SecAttribute[] privileges, org.omg.SecurityLevel2.CredentialsHolder creds, org.omg.CORBA.AnyHolder continuation_data, org.omg.CORBA.AnyHolder auth_specific_data); 017 org.omg.Security.AuthenticationStatus continue_authentication(org.omg.CORBA.Any response_data, org.omg.SecurityLevel2.Credentials creds, org.omg.CORBA.AnyHolder continuation_data, org.omg.CORBA.AnyHolder auth_specific_data); 018 }