Questions tagged [jaas]

JAAS is the Java Authentication and Authorization Service found in the JRE (1.4+).

The Java Authentication and Authorization Service (JAAS) is a Java security framework for user-centric security to augment the code-based security. Since JRE 1.4, JAAS has been integrated with the - previously JAAS was supplied as an extension library by Sun.

The main goal of JAAS is to separate the concerns of user authentication so that they may be managed independently. While the former authentication mechanism contained information about where the code originated from and who signed that code, JAAS adds a marker about who runs the code.

By extending the verification vectors JAAS extends the security architecture for Java applications that require authentication and authorization modules.

Useful Links:

937 questions
-1
votes
1 answer

FileNet - Setup Authentication between CPE & Java application

I have a CPE Java API application using Spring Boot & running on Tomcat server and my CPE (5.5.2) is running in Container on WAS server. I am having a hard time setting up a security between the two. Can somebody please help me/guide me to setup…
tiktok
  • 279
  • 2
  • 23
-1
votes
1 answer

Concept behind how java clients authenticate with JEE server like weblogic, jboss etc

I have been going through lot of documentation to understand what is the standard way (if there is any) in which the java client authenticates themselves with the applications deployed on server container like weblogic, jboss etc. After reading…
SanjayMD
  • 29
  • 3
-1
votes
1 answer

data source key tab configuration using web logic key tab

i need to use key tab for database authorization in web logic. my application should read database configuration from JNDI specified in web logic data. can someone please guide me what exactly need to be done for same.
-1
votes
1 answer

How to make a login page uses Single Sign On on WebSphere?

I have a web application deployed on WAS (8.5.5) where the login page was created using form login method, as described at: Customizing web application login I would like to use Single Sign On (Windows domain [Kerberos/SPNEGO]) on this web…
Ranieri Mazili
  • 723
  • 6
  • 21
-1
votes
1 answer

How to create login page that uses websphere repositories?

I want to create a simple JSP/Servlet login page that authenticate using websphere ldap repository. All examples I've found looks very complex, with hundreds of lines of code just to authenticate. Is this really so complex? Does anyone have a simple…
Ranieri Mazili
  • 723
  • 6
  • 21
-2
votes
1 answer

In UserGroupInformation the method reloginfromkeytab not working by zookeeper login class

i am able to use hbasetemplate (spring) to connect hbase thru zookeeper with keytab, but TGT is only good for 10 hours, so using jaas to enable zookeeper login to get new TGT before old one expires, we can get the new TGT, but not able to access…
cozy c
  • 1
  • 1
-3
votes
1 answer

Null Pointer exception JAVA. why is it null when the input file is not null?

i am new to JAVA. I think all my code is corect. I dont actually know what is wrong with my code but it shows error. Error: Exception in thread "main" java.lang.NullPointerException: Cannot invoke "F28DA_CW2.FlightsReader.getAirports()" because…
1 2 3
62
63