Class GSSManagerFactory.DefaultGSSManagerFactory

  • Enclosing class:
    GSSManagerFactory

    private static class GSSManagerFactory.DefaultGSSManagerFactory
    extends GSSManagerFactory
    DefaultGSSManagerFactory uses @link GSSManager.getInstance() but you might need to set javax.security.auth.useSubjectCredsOnly system property to false for authentication to work.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static org.ietf.jgss.GSSManager INSTANCE  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.ietf.jgss.GSSManager newInstance​(java.net.URL url)
      Returns a GSS Manager instance for the provided url
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • INSTANCE

        private static final org.ietf.jgss.GSSManager INSTANCE
    • Constructor Detail

      • DefaultGSSManagerFactory

        private DefaultGSSManagerFactory()
    • Method Detail

      • newInstance

        public org.ietf.jgss.GSSManager newInstance​(java.net.URL url)
        Description copied from class: GSSManagerFactory
        Returns a GSS Manager instance for the provided url
        Specified by:
        newInstance in class GSSManagerFactory
        Parameters:
        url - the repository url
        Returns:
        a GSSManager instance