Class GSSContextKrb5

  • All Implemented Interfaces:
    GSSContext

    public class GSSContextKrb5
    extends java.lang.Object
    implements GSSContext
    • Constructor Summary

      Constructors 
      Constructor Description
      GSSContextKrb5()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void create​(java.lang.String user, java.lang.String host)  
      void dispose()  
      byte[] getMIC​(byte[] message, int s, int l)  
      private static java.lang.String getSystemProperty​(java.lang.String key)  
      byte[] init​(byte[] token, int s, int l)  
      boolean isEstablished()  
      private static void setSystemProperty​(java.lang.String key, java.lang.String value)  
      • Methods inherited from class java.lang.Object

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

      • pUseSubjectCredsOnly

        private static final java.lang.String pUseSubjectCredsOnly
        See Also:
        Constant Field Values
      • useSubjectCredsOnly

        private static java.lang.String useSubjectCredsOnly
      • context

        private org.ietf.jgss.GSSContext context
    • Constructor Detail

      • GSSContextKrb5

        public GSSContextKrb5()
    • Method Detail

      • getMIC

        public byte[] getMIC​(byte[] message,
                             int s,
                             int l)
        Specified by:
        getMIC in interface GSSContext
      • getSystemProperty

        private static java.lang.String getSystemProperty​(java.lang.String key)
      • setSystemProperty

        private static void setSystemProperty​(java.lang.String key,
                                              java.lang.String value)