com.ibm.security.krb5.internal

Class RealmTree

  1. java.lang.Object
  2. extended bycom.ibm.security.krb5.internal.RealmTree

  1. public class RealmTree
  2. extends java.lang.Object
Author:
Thomas Owusu

Constructor Summary

Constructor and Description
RealmTree()

Method Summary

Modifier and Type Method and Description
  1. static
  2. java.lang.String[]
getRealmsList(java.lang.String cRealm,java.lang.String sRealm)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

RealmTree

  1. public RealmTree()

Method Detail

getRealmsList

  1. public static java.lang.String[] getRealmsList( java.lang.String cRealm,
  2. java.lang.String sRealm)
  3. throws KrbException
Throws: