Re: Kerberos service provider

2005-12-07 Thread Aaron Hamid
o provider layer? [snip] I suggest the following: all public API are just wrappers that calls corresponding Kerberos service provider interface (SPI) methods. For example, a login module can use methods for AS exchanges and KerberosTicket class can use SPI methods to refresh a ticket. [snip] Did

Re: Kerberos service provider

2005-12-07 Thread Peter Edworthy
Hello, [snip] > Kerberos is used in java in the JAAS framework and GSS-API > (org.ietf.jgss package). [snip] > What about moving all Kerberos functionality to provider layer? [snip] > I suggest the following: all public API are just wrappers that calls > corresponding Kerberos s

Kerberos service provider

2005-12-07 Thread Mishura, Stepan M
following: all public API are just wrappers that calls corresponding Kerberos service provider interface (SPI) methods. For example, a login module can use methods for AS exchanges and KerberosTicket class can use SPI methods to refresh a ticket. This unifies approach for employing Kerberos