Skip to content

Commit

Permalink
Small amount of cleaning / refactoring of the EJB security module (#2504
Browse files Browse the repository at this point in the history
)
  • Loading branch information
arjantijms authored and lprimak committed Mar 7, 2018
1 parent 43cf0c6 commit b12f932
Show file tree
Hide file tree
Showing 5 changed files with 911 additions and 1,028 deletions.
Expand Up @@ -37,7 +37,7 @@
* only if the new code is made subject to such option by the copyright
* holder.
*/

// Portions Copyright [2018] [Payara Foundation and/or its affiliates]
package com.sun.enterprise.iiop.security;

import org.omg.IOP.Codec;
Expand All @@ -50,7 +50,8 @@
* @author Sudarsan Sridhar
*/
public interface AlternateSecurityInterceptorFactory {
public static final String SEC_INTEROP_INTFACTORY_PROP="com.sun.enterprise.iiop.security.interceptorFactory";
public ClientRequestInterceptor getClientRequestInterceptor(Codec codec);
public ServerRequestInterceptor getServerRequestInterceptor(Codec codec);
String SEC_INTEROP_INTFACTORY_PROP = "com.sun.enterprise.iiop.security.interceptorFactory";

ClientRequestInterceptor getClientRequestInterceptor(Codec codec);
ServerRequestInterceptor getServerRequestInterceptor(Codec codec);
}

0 comments on commit b12f932

Please sign in to comment.