Deprecated API

Deprecated Fields
com.novell.service.server.ServerLoginStatus.attrID
          This member will be removed. Use ATTR_ID instead. 
com.novell.service.server.ServerDiagnostics.attrID
          This member will be removed. Use ATTR_ID instead. 
com.novell.service.server.ServerDescription.attrID
          This member will be removed. Use ATTR_ID instead. 
com.novell.service.server.ServerCounts.attrID
          This member will be removed. Use ATTR_ID instead. 
com.novell.service.server.ServerVersions.attrID
          This member will be removed. Use ATTR_ID instead. 
com.novell.service.file.nw.naming.FSEnvironment.PATH
          Environment property containing the path.

(PATH = "com.novell.service.file.path")

 
com.novell.service.file.nw.naming.FSEnvironment.SERVER_NAME
          Environment property containing the server name.

(SERVER_NAME = "com.novell.service.file.serverName")

 
com.novell.service.session.SessionEnv.SESSION_MANAGER_SERVICE
          Use SESSION_MANAGER_URL 
com.novell.service.session.Session.SESSION_MANAGER_TYPE
          Use MANAGER_SESSION_TYPE

Attribute value returned for SESSION_TYPE_ATTR_ID for SessionManager Sessions.

(SESSION_MANAGER_TYPE = "SESSION_MANAGER") 

 

Deprecated Methods
com.novell.service.session.Authenticatable.authenticate()
          Use com.novell.java.security and related packages. Authenticate the object by using it's parent's credentials, if any. 
com.novell.service.session.Authenticatable.authenticate(String)
          Use com.novell.java.security and related packages. Authenticate the object by name. 
com.novell.java.security.Authenticator.createTokens(Identity)
          This API should not be used, and may not work on some platforms. It has been replaced with createTokens(Identity admin, Identity user) 
com.novell.service.session.Authenticatable.getName()
          Use com.novell.java.security and related packages. Returns the name used to authenticate this object, or null if not authenticated. 
com.novell.java.io.EndianInputStream.readUString()
          Reads in a sequence of chars from low-high order that has been length preceeded and null-terminated.

 
com.novell.service.session.Authenticatable.unauthenticate()
          Use com.novell.java.security and related packages. Unauthenticate the object.